Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unbounded ray not found when there are no constraint #82

Closed
svigerske opened this issue Mar 2, 2019 · 2 comments
Closed

Unbounded ray not found when there are no constraint #82

svigerske opened this issue Mar 2, 2019 · 2 comments

Comments

@svigerske
Copy link
Member

Issue created by migration from Trac.

Original creator: blegat

Original creation time: 2017-06-01 10:28:47

Assignee: somebody

Version:

Dear Clp maintainers,

For the trivial problem (see attachment for an mps):

Minimize x0 + x1 Subject To

Bounds

x1 >= 0
x1 free

End

Clp correctly detects it to be unbounded but returns NULL when asked for the Unbounded ray (see here).

While it may look silly to ask Clp to solve such a trivial problem, this actually happens as part of a larger algorithms (see here) so it wasn't generated by hand and the fact that Clp fails on such simple problems makes it unusable for the whole algorithm :(

@svigerske
Copy link
Member Author

Attachment ticket82.mps by blegat created at 2017-06-01 10:29:31

Trivial unbounded problem for which the unbounded ray is not found

@svigerske
Copy link
Member Author

Fixed by @jjhforrest in 832b459.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant