Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
24
void HSimplexNla::putInvert() {
25
simplex_iterate_.valid_ = true;
26
simplex_iterate_.invert_ = factor_.getInvert();
27
}
28
void HSimplexNla::getInvert() { factor_.setInvert(simplex_iterate_.invert_); }
Callers
1
putIterate
Method · 0.80
Calls
1
getInvert
Method · 0.45
Tested by
no test coverage detected