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

"Abnormal" Status in Cone.find_interior_point #17

Open
natemacfadden opened this issue May 4, 2023 · 1 comment
Open

"Abnormal" Status in Cone.find_interior_point #17

natemacfadden opened this issue May 4, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@natemacfadden
Copy link
Contributor

Cone.find_interior_point occasionally returns the "Abnormal" status, such as in the following example:
Cone(hyperplanes=[[-400002,-400003],[-1,-1]]).find_interior_point()

The method Cone.find_interior_point() is widely used, so this bug arises in other methods, like
Cone([[-1000000.75,1000000.5], [1,-1]]).is_pointed()

This latter cone is very 'flat' (almost half-space), likely more so than in realistically encountered cones, so this may be a low urgency bug.

@natemacfadden natemacfadden added the bug Something isn't working label May 4, 2023
@natemacfadden
Copy link
Contributor Author

This also occurs semi-frequently for finding height vectors in NTFE FRSTs of 491

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant