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

Method debugPrimalSimplex

highs/simplex/HEkkPrimal.cpp:2875–2885  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2873}
2874
2875HighsDebugStatus HEkkPrimal::debugPrimalSimplex(const std::string message,
2876 const bool initialise) {
2877 HighsDebugStatus return_status =
2878 ekk_instance_.debugSimplex(message, algorithm, solve_phase, initialise);
2879 if (return_status == HighsDebugStatus::kLogicalError) return return_status;
2880 if (initialise) return return_status;
2881 return_status = ekk_instance_.debugNonbasicFreeColumnSet(
2882 num_free_col, nonbasic_free_col_set);
2883 if (return_status == HighsDebugStatus::kLogicalError) return return_status;
2884 return HighsDebugStatus::kOk;
2885}
2886
2887HighsDebugStatus HEkkPrimal::debugPrimalSteepestEdgeWeights(
2888 const std::string message) {

Callers

nothing calls this directly

Calls 2

debugSimplexMethod · 0.80

Tested by

no test coverage detected