-
-
Notifications
You must be signed in to change notification settings - Fork 14.1k
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
Add csdp support for Micromega tactics in Coq. #9765
Conversation
The csdp program is invoked for some uses of Micromega tactics.
The http://www.coin-or.org/ website is currently down for maintenance. That is why the travis-ci is failing. I'll wait for the website to return before I push this change. |
Now travis-ci is failing because the test is too large. I successfully ran the following command on my desktop, so I think it is fine.
|
Add csdp support for Micromega tactics in Coq.
@roconnor: could this patch to coq be opt-in? As-is, it is opt-out: it can be disabled by setting the |
Soft dependencies are generally bad, so I prefer to keep it as is. To give an example, I really don't like the case where two people have the exact same version of coq, yet one person can check a given proof, but the other person cannot. If csdp doesn't build on darwin, then you can patch the csdp derivation to return null on darwin systems. |
No description provided.