Skip to content

Commit

Permalink
take out change and fix for tiny problem
Browse files Browse the repository at this point in the history
  • Loading branch information
jjhforrest committed Mar 14, 2024
1 parent e2ad9f5 commit f72c1cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ClpSimplexOther.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1786,7 +1786,7 @@ ClpSimplexOther::crunch(double *rhs, int *whichRow, int *whichColumn,
}
#else
assert (numberRows_>=0);
bool takeOutSome=true;
bool takeOutSome=false;//true;
#endif
//#define CHECK_STATUS
#ifdef CHECK_STATUS
Expand Down

0 comments on commit f72c1cf

Please sign in to comment.