Skip to content

Commit 47e30c9

Browse files
committed
No longer printing matrix pocture!
1 parent 138d4af commit 47e30c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

highs/lp_data/Highs.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1037,8 +1037,8 @@ HighsStatus Highs::optimizeModel() {
10371037
// kHighsDebugLevelCostly;
10381038
// kHighsDebugLevelMax;
10391039
//
1040-
if (model_.lp_.num_row_>0 && model_.lp_.num_col_>0)
1041-
writeLpMatrixPicToFile(options_, "LpMatrix", model_.lp_);
1040+
// if (model_.lp_.num_row_>0 && model_.lp_.num_col_>0)
1041+
// writeLpMatrixPicToFile(options_, "LpMatrix", model_.lp_);
10421042
if (options_.highs_debug_level < min_highs_debug_level)
10431043
options_.highs_debug_level = min_highs_debug_level;
10441044

0 commit comments

Comments
 (0)