Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add option to disable dual reductions for Clp #630

Merged
merged 5 commits into from
Mar 17, 2024

Commits on Jan 3, 2024

  1. Configuration menu
    Copy the full SHA
    233f90e View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2024

  1. Configuration menu
    Copy the full SHA
    8b7cc4b View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2024

  1. 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
    patrickvossler18 committed Jan 6, 2024
    Configuration menu
    Copy the full SHA
    7af60cd View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2024

  1. Change function name to Cbc_setDualReductionsType

    - Add getter function
    patrickvossler18 committed Jan 14, 2024
    Configuration menu
    Copy the full SHA
    e036be2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    40448d5 View commit details
    Browse the repository at this point in the history