Skip to content

Commit

Permalink
Merge branch 'deactivate-ensemble' into 'master'
Browse files Browse the repository at this point in the history
Ensemble cutsel lower priority

See merge request integer/scip!3238
  • Loading branch information
Mathieu Besançon committed Nov 17, 2023
2 parents 0ee0f9b + bef9736 commit 996e79a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ Performance improvements
- Use sassy/bliss as default symmetry computation package.
- No longer linearize indicator constraints in undercover heuristic by default.
- Deactivate pre-root heuristic zeroobj in undercover heuristic.
- CutSelEnsemble is now the cut selector with the highest priority

Examples and applications
-------------------------
Expand Down
2 changes: 1 addition & 1 deletion src/scip/cutsel_ensemble.c
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@

#define CUTSEL_NAME "ensemble"
#define CUTSEL_DESC "weighted sum of many terms with optional filtering and penalties"
#define CUTSEL_PRIORITY 9000
#define CUTSEL_PRIORITY 7000

#define RANDSEED 0x5EED

Expand Down

0 comments on commit 996e79a

Please sign in to comment.