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

Function rowOut

check/TestFactor.cpp:187–191  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

185}
186
187HighsInt rowOut(const HighsInt variable_out) {
188 for (HighsInt iRow = 0; iRow < num_row; iRow++)
189 if (basic_set[iRow] == variable_out) return iRow;
190 return -1;
191}
192
193bool iterate(const HighsInt variable_out, const HighsInt variable_in) {
194 const HighsInt row_out = rowOut(variable_out);

Callers 1

iterateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected