Skip to content

Commit 72c178b

Browse files
committed
Commented out call to writeLpMatrixPicToFile
1 parent 6a87ae8 commit 72c178b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

highs/lp_data/Highs.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -374,8 +374,8 @@ HighsStatus Highs::passModel(HighsModel model) {
374374
// Ensure that any non-zero Hessian of dimension less than the
375375
// number of columns in the model is completed
376376
if (hessian.dim_) completeHessian(this->model_.lp_.num_col_, hessian);
377-
if (model_.lp_.num_row_>0 && model_.lp_.num_col_>0)
378-
writeLpMatrixPicToFile(options_, "LpMatrix", model_.lp_);
377+
// if (model_.lp_.num_row_>0 && model_.lp_.num_col_>0)
378+
// writeLpMatrixPicToFile(options_, "LpMatrix", model_.lp_);
379379

380380
// Clear solver status, solution, basis and info associated with any
381381
// previous model; clear any HiGHS model object; create a HiGHS

0 commit comments

Comments
 (0)