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

Method debugDualSimplex

highs/simplex/HEkkDual.cpp:2963–2970  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2961}
2962
2963HighsDebugStatus HEkkDual::debugDualSimplex(const std::string message,
2964 const bool initialise) {
2965 HighsDebugStatus return_status =
2966 ekk_instance_.debugSimplex(message, algorithm, solve_phase, initialise);
2967 if (return_status == HighsDebugStatus::kLogicalError) return return_status;
2968 if (initialise) return return_status;
2969 return HighsDebugStatus::kOk;
2970}
2971
2972bool HEkkDual::isBadBasisChange() {
2973 return ekk_instance_.isBadBasisChange(SimplexAlgorithm::kDual, variable_in,

Callers

nothing calls this directly

Calls 1

debugSimplexMethod · 0.80

Tested by

no test coverage detected