Skip to content

Conversation

@BryanRumsey
Copy link
Contributor

@BryanRumsey BryanRumsey commented Mar 23, 2022

  • [#656]
    • When resume is passed to Model.run and the solver arg is omitted the solver is instantiated with variable=True.
  • [#751]
    • Solver constructors now require a model.
    • Added a deprecation warning alerting users that passing a model to Solver.run is not required.
  • [#752]
    • Added a deprecation warning alerting users that solver need to instantiated.
    • Solvers retrieved using Model.get_best_solver and Model.get_best_solver_algo are now instantiated prior to calling Solver.run.

@BryanRumsey BryanRumsey added the enhancement New feature or request label Mar 23, 2022
@BryanRumsey BryanRumsey added this to the 1.6.9 milestone Mar 23, 2022
@BryanRumsey BryanRumsey self-assigned this Mar 23, 2022
@BryanRumsey BryanRumsey changed the title Model dep in solver Model deprecation in solver.run Mar 23, 2022
@BryanRumsey BryanRumsey linked an issue Mar 28, 2022 that may be closed by this pull request
@briandrawert briandrawert self-requested a review March 29, 2022 15:20
@briandrawert briandrawert merged commit c9b578c into develop Mar 29, 2022
@BryanRumsey BryanRumsey mentioned this pull request Apr 14, 2022
@BryanRumsey BryanRumsey deleted the model-dep-in-solver branch May 3, 2022 13:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Solver must be instantiated prior to running model arg in solver.run needs to be deprecated Pause/Resume for model.run()

4 participants