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

Method putInvert

highs/simplex/HSimplexNlaFreeze.cpp:24–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22}
23
24void HSimplexNla::putInvert() {
25 simplex_iterate_.valid_ = true;
26 simplex_iterate_.invert_ = factor_.getInvert();
27}
28void HSimplexNla::getInvert() { factor_.setInvert(simplex_iterate_.invert_); }

Callers 1

putIterateMethod · 0.80

Calls 1

getInvertMethod · 0.45

Tested by

no test coverage detected