Skip to content

Commit

Permalink
Merge branch 'fix-abortfac-name' into 'v9-minor'
Browse files Browse the repository at this point in the history
Fix abortfac name

See merge request integer/scip!3539
  • Loading branch information
DominikKamp committed Oct 16, 2024
2 parents 618614b + 4b22bdc commit 13a76f9
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 13a76f9

Please sign in to comment.