From f72c1cf5947d0d3601c842b0d92cfd2e49e6b9de Mon Sep 17 00:00:00 2001 From: John Forrest Date: Thu, 14 Mar 2024 10:40:15 +0000 Subject: [PATCH] take out change and fix for tiny problem --- src/ClpSimplexOther.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ClpSimplexOther.cpp b/src/ClpSimplexOther.cpp index 13c8eda6..1c3e4009 100644 --- a/src/ClpSimplexOther.cpp +++ b/src/ClpSimplexOther.cpp @@ -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