Skip to content
Discussion options

You must be logged in to vote

Hello,

Model.write_problem will forward to SCIPwriteOrigProblem, and the extension is detected by SCIP, so you can

model.write_problem("my-instance.mps")

Or

model.write_problem("my-instance.lp")

...

Replies: 1 comment 8 replies

Comment options

You must be logged in to vote
8 replies
@AntoinePrv
Comment options

@thupchnsky
Comment options

@AntoinePrv
Comment options

@AntoinePrv
Comment options

@thupchnsky
Comment options

Answer selected by thupchnsky
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants