Skip to content
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

Test that getsolution is feasible when problem is Unbounded #144

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

blegat
Copy link
Member

@blegat blegat commented Dec 31, 2016

LP

Solver First test Second test
Clp [0, 0] Pass
GLPK Pass Pass
CPLEX Pass [0,0]
Gurobi v6.51 Pass [6.937e-310,0]
FICO XPress No License :(

Note: For CPLEX I had to set CPX_PARAM_REDUCE to 1.
Note: For both Gurobi and Clp, the ticket number is 80, coincidence ?

Conic

Solver First test Second test
CSDP [1.0,-4.22555e-7] [4.63449e-9,-1.0]
Mosek No solution available error

@mlubin
Copy link
Member

mlubin commented Dec 31, 2016

Which solvers currently pass this test?

@blegat
Copy link
Member Author

blegat commented Jan 1, 2017

I don't think that we can impose conic solver to support this so those tests should be in linprogsolvertestextra.
@mlubin @joehuchette why no solver run linprogsolvertestextra in their tests ?

@mlubin
Copy link
Member

mlubin commented Jan 1, 2017

why no solver run linprogsolvertestextra in their tests ?

No good reason

@mlubin
Copy link
Member

mlubin commented Jan 3, 2017

It's troubling that neither CPLEX nor Gurobi pass both tests. I'd like to know if this behavior is reasonable to expect from an LP solver before imposing it via tests.

@blegat
Copy link
Member Author

blegat commented Jan 3, 2017

I have asked Gurobi whether the X attribute is supposed to be feasible when the problem is unbounded. We'll see what they say.

@chriscoey
Copy link
Member

relevant to new status discussion #164 which should be resolved soon

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.

3 participants