We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 138d4af commit 47e30c9Copy full SHA for 47e30c9
highs/lp_data/Highs.cpp
@@ -1037,8 +1037,8 @@ HighsStatus Highs::optimizeModel() {
1037
// kHighsDebugLevelCostly;
1038
// kHighsDebugLevelMax;
1039
//
1040
- if (model_.lp_.num_row_>0 && model_.lp_.num_col_>0)
1041
- writeLpMatrixPicToFile(options_, "LpMatrix", model_.lp_);
+ // if (model_.lp_.num_row_>0 && model_.lp_.num_col_>0)
+ // writeLpMatrixPicToFile(options_, "LpMatrix", model_.lp_);
1042
if (options_.highs_debug_level < min_highs_debug_level)
1043
options_.highs_debug_level = min_highs_debug_level;
1044
0 commit comments