MCPcopy Create free account
hub / github.com/ERGO-Code/HiGHS / resetPosition

Method resetPosition

highs/util/HighsDataStack.h:32–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30
31 public:
32 void resetPosition() { position = data.size(); }
33
34 template <typename T,
35 typename std::enable_if<IS_TRIVIALLY_COPYABLE(T), int>::type = 0>

Callers 3

undoMethod · 0.80
undoPrimalMethod · 0.80
undoUntilMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected