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

Function freeColumnTest

check/TestDualize.cpp:115–124  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

113}
114
115void freeColumnTest(Highs& highs) {
116 HighsModel model;
117 HighsLp& lp = model.lp_;
118 lp = distillationLp();
119 if (dev_run) printf("\nFree column 1 of distillation\n");
120 lp.col_lower_[1] = -inf;
121 highs.passModel(model);
122 dualizeTest(highs);
123 highs.clear();
124}
125
126void fixedColumnTest(Highs& highs) {
127 HighsModel model;

Callers

nothing calls this directly

Calls 4

distillationLpFunction · 0.85
dualizeTestFunction · 0.85
passModelMethod · 0.80
clearMethod · 0.45

Tested by

no test coverage detected