-
Notifications
You must be signed in to change notification settings - Fork 19
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
Polytope.reduce and removal of possibly overlapping polytopes #82
Comments
For instance in the following piece of code
|
Thank you for the detailed explanation. I noticed that indeed, One idea that is also slow, but faster than using This elegant "trick" is credited to David Vinson, in his Ph.D. dissertation "A new measure of process operability for the improved steady-state design of chemical processes. Ph.D. Thesis, Lehigh University, USA, 2000." I have implemented this trick but it's the current bottleneck of my application in terms of computational time. This is why I opened the discussion so I could gage more information about Nevertheless, I wanted to thank you for developing |
Hi everyone,
I have a quick question: Does the
reduce
function, responsible for removing redundant inequalities from the H-rep, indirectly removes overlapping polytopes (if there are any?)The docstring for this function gives some information but I wanted to double check. I am working in a package that uses polytope as a requirement and knowing that
reduce
would do this for me seems faster than a workaround I currently have implemented.polytope/polytope/polytope.py
Line 1051 in 9316986
Thanks!
The text was updated successfully, but these errors were encountered: