-
Notifications
You must be signed in to change notification settings - Fork 3
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
It's be nice to know why these tests are failing:
Line 53 in a67b6d1
| exclude = ["test_constraint_ZeroOne_bounds_3", "test_solve_TerminationStatus_DUAL_INFEASIBLE", "test_unbounded_MAX_SENSE", "test_unbounded_MIN_SENSE"], |
test_constraint_ZeroOne_bounds_3
This is a trivial test that I expect you to pass
test_solve_TerminationStatus_DUAL_INFEASIBLE
This one is up for debate, but if you can't pass it, I'm surprised if you can detect any unboundedness?
test_unbounded_MAX_SENSE and test_unbounded_MIN_SENSE
I see that you claim the primal result is an infeasibility certificate:
Line 461 in a67b6d1
| return MOI.INFEASIBILITY_CERTIFICATE |
It it actually a ray? If so, it must follow this convention: https://jump.dev/MathOptInterface.jl/stable/background/infeasibility_certificates/#Unbounded-problems
It it isn't a ray and is just the last feasible iterate, the PrimalStatus should be FEASIBLE_POINT.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working