Skip to content

Commit

Permalink
options that have been in for a long time - make default
Browse files Browse the repository at this point in the history
  • Loading branch information
jjhforrest committed Nov 27, 2024
1 parent 06a432e commit 7887164
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ClpModel.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -1455,7 +1455,7 @@ class CLPLIB_EXPORT ClpDataSave {
};

// Semi experimental options
#ifdef CLP_EXPERIMENT_JJF
#if 1 //def CLP_EXPERIMENT_JJF
#define CLP_CHECK_SCALING 1 // for badly scaled problems
#define OSICLP_TUNING 10 // various switches
#define CLP_MOVEMENT 2 // be more careful on pivot row in primal
Expand Down

0 comments on commit 7887164

Please sign in to comment.