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 06a432e commit 7887164Copy full SHA for 7887164
src/ClpModel.hpp
@@ -1455,7 +1455,7 @@ class CLPLIB_EXPORT ClpDataSave {
1455
};
1456
1457
// Semi experimental options
1458
-#ifdef CLP_EXPERIMENT_JJF
+#if 1 //def CLP_EXPERIMENT_JJF
1459
#define CLP_CHECK_SCALING 1 // for badly scaled problems
1460
#define OSICLP_TUNING 10 // various switches
1461
#define CLP_MOVEMENT 2 // be more careful on pivot row in primal
0 commit comments