Skip to content

Commit

Permalink
small change for preprocessing
Browse files Browse the repository at this point in the history
  • Loading branch information
jjhforrest committed Dec 16, 2023
1 parent 337d7a1 commit 293e6e9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/CoinPresolveDupcol.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@
*/

#define DUPCOL 10
#ifndef CBC_PREPROCESS_EXPERIMENT
#define CBC_PREPROCESS_EXPERIMENT 1
#elif CBC_PREPROCESS_EXPERIMENT == 0
#undef CBC_PREPROCESS_EXPERIMENT
#endif

/*! \class dupcol_action
\brief Detect and remove duplicate columns
Expand Down

0 comments on commit 293e6e9

Please sign in to comment.