Skip to content

Implemented WithInitialSolution trait for lp-solvers solvers that implement WithMipStart#118

Merged
lovasoa merged 1 commit intorust-or:mainfrom
gabriel-gehrke:main
Jan 13, 2026
Merged

Implemented WithInitialSolution trait for lp-solvers solvers that implement WithMipStart#118
lovasoa merged 1 commit intorust-or:mainfrom
gabriel-gehrke:main

Conversation

@gabriel-gehrke
Copy link
Copy Markdown
Contributor

This PR forwards the recently added lp-solvers feature of supporting "MIP starts" (warm-starting) on some solvers (starting with Gurobi) to the good_lp package by providing a generic implementation that implements WithInitialSolution for all lp-solvers solvers that implement the WithMipStart trait.

This will allow to (finally) pass start solutions to Gurobi via good_lp!

@lovasoa lovasoa merged commit 26b580c into rust-or:main Jan 13, 2026
12 checks passed
@lovasoa
Copy link
Copy Markdown
Collaborator

lovasoa commented Jan 13, 2026

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants