Skip to content

Commit

Permalink
enum IntPrintMode: swap position of PMEndMarker +PMAllCsv so PMEndMar…
Browse files Browse the repository at this point in the history
…ker is the last element
  • Loading branch information
raller09 committed Oct 10, 2024
1 parent a757c10 commit 50e72f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/CbcParameters.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -474,8 +474,8 @@ class CBCLIB_EXPORT CbcParameters {
PMBoundsAll,
PMFixInt,
PMFixAll,
PMEndMarker,
PMAllCsv
PMAllCsv,
PMEndMarker
};

/*! \brief Major status codes for branch-and-cut
Expand Down

0 comments on commit 50e72f2

Please sign in to comment.