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

Function utilBasisValidityToString

highs/lp_data/HighsModelUtils.cpp:1406–1412  ·  view source on GitHub ↗

Return a string representation of basis validity

Source from the content-addressed store, hash-verified

1404
1405// Return a string representation of basis validity
1406std::string utilBasisValidityToString(const HighsInt basis_validity) {
1407 if (basis_validity) {
1408 return "Valid";
1409 } else {
1410 return "Not valid";
1411 }
1412}
1413
1414// Return a string representation of HighsModelStatus.
1415std::string utilModelStatusToString(const HighsModelStatus model_status) {

Callers 1

basisValidityToStringMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected