-
Notifications
You must be signed in to change notification settings - Fork 95
Closed
Labels
informationFurther information is requestedFurther information is requested
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
informationFurther information is requestedFurther information is requested