Skip to content

Commit

Permalink
Need to also disable filtering of cuts by scaling
Browse files Browse the repository at this point in the history
  • Loading branch information
tkralphs committed Sep 9, 2023
1 parent b4d7613 commit 3950f5b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/MibSModel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -297,6 +297,7 @@ MibSModel::setBlisParameters()
BlisPar()->setEntry(BlisParams::cutPass, ALPS_INT_MAX);
BlisPar()->setEntry(BlisParams::tailOff, .05);
BlisPar()->setEntry(BlisParams::denseConFactor, ALPS_DBL_MAX);
BlisPar()->setEntry(BlisParams::scaleConFactor, ALPS_DBL_MAX);

BlisPar()->setEntry(BlisParams::heurStrategy, 0);
BlisPar()->setEntry(BlisParams::heurRoundStrategy, 0);
Expand Down

0 comments on commit 3950f5b

Please sign in to comment.