-
Notifications
You must be signed in to change notification settings - Fork 50
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
High dimensional Hrep-Vrep (Ai2/ExactReach) #9
Comments
@changliuliu noted that Duality may by suffering from a different issue that has to do with solver time (fingers crossed). |
Would you mind pointing to one or more particular instances that could not be handled with the current implementation? |
Hi @mforets! As you can see, this issue has been neglected for quite a while. I'll come up with an example for you if I still can. As I recall, it was directly to do with the dimensionality of the conversion: JuliaPolyhedra/CDDLib.jl#34, but we never took the "lazier" approach in this library (still meaning to) like the one you developed in JuliaReach/LazySets.jl#966 which may side step a decent portion of the problem. |
Hi @tomerarnon, thanks for the reply. Last week while visiting @schillic at IST Austria, we spent some time thinking about how to avoid the conversion from hrep to vrep completely, and we came up with a variation of AI2 using template polyhedra and implemented it. We also tried the ideas proposed earlier in the LazySets issue you mentioned (exploit lazy intersection operations), and also a new lazy In sum, we're eager to try a couple of different approaches, see if they work or not, and eventually contribute to |
Wow, the stuff you guys have been up to in recent months is really cool!
tagging @clazarus for any insights into those files beyond what I know. I know that in runtime1.jl which deals with Ai2 and ExactReach, the mnist tests certainly time out (I don't recall how many hours the termination condition was). |
Now that we don't use our own |
Ai2
,ExactReach
,currently do not work in higher dimensions due to the scaling limitations of translating from H to V representation (for linear mapping, etc.).Duality
Discussing a possible solution for this here.
The text was updated successfully, but these errors were encountered: