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

Function resetModelStatusAndHighsInfo

highs/lp_data/HighsSolution.cpp:1975–1978  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1973}
1974
1975void resetModelStatusAndHighsInfo(HighsLpSolverObject& solver_object) {
1976 resetModelStatusAndHighsInfo(solver_object.model_status_,
1977 solver_object.highs_info_);
1978}
1979
1980void resetModelStatusAndHighsInfo(HighsModelStatus& model_status,
1981 HighsInfo& highs_info) {

Callers 8

solveLpCupdlpFunction · 0.85
solveLpHiPdlpFunction · 0.85
solveLpIpxFunction · 0.85
solveHipoFunction · 0.85
solveLpSimplexFunction · 0.85
solveLpFunction · 0.85
solveUnconstrainedLpFunction · 0.85
debugHighsSolutionFunction · 0.85

Calls 1

invalidateKktMethod · 0.80

Tested by

no test coverage detected