Skip to content

Excluded tests #2

@odow

Description

@odow

It's be nice to know why these tests are failing:

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

https://github.com/jump-dev/MathOptInterface.jl/blob/703a15e3d5b4bb6b8040bfd07540e2fe4c4976f3/src/Test/test_constraint.jl#L617-L633

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?

https://github.com/jump-dev/MathOptInterface.jl/blob/703a15e3d5b4bb6b8040bfd07540e2fe4c4976f3/src/Test/test_solve.jl#L200-L219

test_unbounded_MAX_SENSE and test_unbounded_MIN_SENSE

I see that you claim the primal result is an infeasibility certificate:

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions