Skip to content

Test that getsolution is feasible when problem is Unbounded#144

Open
blegat wants to merge 1 commit into
JuliaOpt:masterfrom
blegat:getsolunbnded
Open

Test that getsolution is feasible when problem is Unbounded#144
blegat wants to merge 1 commit into
JuliaOpt:masterfrom
blegat:getsolunbnded

Conversation

@blegat

@blegat blegat commented Dec 31, 2016

Copy link
Copy Markdown
Member

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

mlubin commented Dec 31, 2016

Copy link
Copy Markdown
Member

Which solvers currently pass this test?

@blegat

blegat commented Jan 1, 2017

Copy link
Copy Markdown
Member Author

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

mlubin commented Jan 1, 2017

Copy link
Copy Markdown
Member

why no solver run linprogsolvertestextra in their tests ?

No good reason

@mlubin

mlubin commented Jan 3, 2017

Copy link
Copy Markdown
Member

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

blegat commented Jan 3, 2017

Copy link
Copy Markdown
Member Author

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
Copy Markdown
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