Skip to content

Commit 7887164

Browse files
committed
options that have been in for a long time - make default
1 parent 06a432e commit 7887164

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ClpModel.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1455,7 +1455,7 @@ class CLPLIB_EXPORT ClpDataSave {
14551455
};
14561456

14571457
// Semi experimental options
1458-
#ifdef CLP_EXPERIMENT_JJF
1458+
#if 1 //def CLP_EXPERIMENT_JJF
14591459
#define CLP_CHECK_SCALING 1 // for badly scaled problems
14601460
#define OSICLP_TUNING 10 // various switches
14611461
#define CLP_MOVEMENT 2 // be more careful on pivot row in primal

0 commit comments

Comments
 (0)