-
Notifications
You must be signed in to change notification settings - Fork 117
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add option to disable dual reductions for Clp via C Interface (#630)
* Add option to disable dual reductions for Clp * add missing argument in Cbc_solve initialization * change how we pass the reduction flag - add a method for disabling dual reductions to Cbc_Model - Remove reduction type argument from Cbc_solve and Cbc_solveLinearProgram - Change logic in Cbc_solveLinearProgram to depend on the value of the red_type parameter in Cbc_Model * Change function name to Cbc_setDualReductionsType - Add getter function * Add simple test for LP dual reduction type
- Loading branch information
1 parent
eee5e3f
commit 52a59a7
Showing
3 changed files
with
143 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters