Skip to content

Infeasible solution returned when problem is unbounded #80

@svigerske

Description

@svigerske

Issue created by migration from Trac.

Original creator: blegat

Original creation time: 2017-01-23 15:49:27

Assignee: somebody

Version:

Dear Clp maintainers,

When trying to solve the following problem

Maximize x1

Subject To

x1 >= 1

Bounds

x1 free
x2 <= -1

End

Clp detects unboundedness and reports a correct unbounded ray but returns an infeasible solution (i.e. [0, 0]).

Can we expect Clp to return a feasible solution when the problem is unbounded ? We are currently wondering whether this is a reasonable expectation for LP solver here.

Metadata

Metadata

Assignees

Labels

informationFurther information is requested

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions