-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Closed
Labels
Feature RequestMissing Feature/WrapperMissing Feature/WrapperSolver: CP-SAT SolverRelates to the CP-SAT solverRelates to the CP-SAT solver
Milestone
Description
What language and solver does this apply to?
Python, C++ / CP-SAT
Describe the problem you are trying to solve.
It would be very handy to be able to import mps (.mps) files and a solution hint (.sol) files into the python wrapper
Describe the solution you'd like
I am thinking about a new method for the class CpModel (or maybe a constructur) which takes a filepath for a .mps file and optionally a filepath for a .sol file
Describe alternatives you've considered
Currently I just launch the cpp program directly (from within python) with these flags, but then have to import the solution again, which is suboptimal.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Feature RequestMissing Feature/WrapperMissing Feature/WrapperSolver: CP-SAT SolverRelates to the CP-SAT solverRelates to the CP-SAT solver