You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Are you still interested in this library? If so, I have done some recent ad hoc extensions in response to a clojure zulip thread asking about LP's in clojure. I looked at your term writing system and after understanding it better, extended support for summation and indexed variables we commonly see in modeling environments like PuLP (or GAMs etc.).
Throw-away repo with example here. Is there any interest in a PR?
The text was updated successfully, but these errors were encountered:
Sounds good. I will clean up what I have and get a legitimate fork going. I am also looking at switching over to (or at least supporting) OjAlgo as a different backend (with MIP support) over ACM. https://www.ojalgo.org/2022/09/lp-qp-mip-on-the-jvm/
I think as a bonus you get MPS/LP file format import out of the box. Maybe having MPS/LP as a compile target as well (which libs like PuLP do) is in the cards for sharing with bigger solvers. There also appear to be bindings for CLP/CBC and I may be interested in wrapping HIGHs....
Are you still interested in this library? If so, I have done some recent ad hoc extensions in response to a clojure zulip thread asking about LP's in clojure. I looked at your term writing system and after understanding it better, extended support for summation and indexed variables we commonly see in modeling environments like PuLP (or GAMs etc.).
Throw-away repo with example here. Is there any interest in a PR?
The text was updated successfully, but these errors were encountered: