Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/v9-minor'
Browse files Browse the repository at this point in the history
  • Loading branch information
scip-ci committed Oct 16, 2024
2 parents b456be4 + 13a76f9 commit ac50e5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scip/presol_milp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ Presolve<SCIP_Real> setupPresolve(
#endif

#if PAPILO_APIVERSION >= 2
presolve.getPresolveOptions().abortfacexhaustive = data->abortfacexhaustive;
presolve.getPresolveOptions().abortfac = data->abortfacexhaustive;
presolve.getPresolveOptions().abortfacmedium = data->abortfacmedium;
presolve.getPresolveOptions().abortfacfast = data->abortfacfast;
#endif
Expand Down

0 comments on commit ac50e5e

Please sign in to comment.