-
Notifications
You must be signed in to change notification settings - Fork 14
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
SCIP driver do not set ".sstatus" on solution file #3
Comments
After add some code to scipampl driver:
And test with this ampl script:
And testing with different solvers I noticed that doesn't seem to have any harmonization of the returning
scipampl:
|
Also note that
minos:
cplex, gurobi, xpress, cbc:
cplex, gurobi and xpress show
|
While testing the
snapshot
command with scipampl I noticed that no ".sstatus" is returned on the solution file and looking through the source code I found this functions in "scip/src/lpi/lpi.h":And looking at other drivers it's clear that who wrote the actual scipampl interface didn't bothered to implement it.
The text was updated successfully, but these errors were encountered: