Skip to content

Infeasibility detection issue in MOI test solve_farkas_interval_upper #122

@migarstka

Description

@migarstka

This MOI-test hits maximum iterations before detecting infeasibility.
The problem is clearly infeasible:

find x1, x2
s.t. x1 >= 0, x2 >= 0
     -2 <= 2 * x1 + x2 <= -1 

This is probably related to a bug in infeasibility detection with interval-constraints (see #90) as the same problem is correctly classified as infeasible if one-sided constraints are used.

For now, I have excluded the test, see 7e1e0b0

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions