-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Support open-source Linear Programming solver #14055
Comments
Yes. |
And we already use CLP as a transitive dependency of dReal via IBEX. |
I would like to add CLP into Drake. @jamiesnape , could you point me to how I should get started to add its build file into drake? Is there a template inside Drake I could use? Thanks a lot! |
It's in Ubuntu as https://packages.ubuntu.com/bionic/coinor-libclp-dev and we already depend on it (per dReal, noted upthread):
To bring it into workspace, it will look similar to how we do |
Thanks @jwnimmer-tri ! I just sent PR #14729. I am not sure if I need to change the licenses block, as both CLP and IPOPT use the same EPL 2.0 license https://github.com/coin-or/Ipopt/blob/master/LICENSE? |
FYI I'll switch my suggestions over to the PR code, which will be an easier place to discuss. |
We added CLP to Drake. |
Currently we don't have a very good open-source LP solver in drake.
Some candidates are
@jamiesnape and @jeremyma-tri , do we support EPL-2 license?
The text was updated successfully, but these errors were encountered: