ocaml-lp
ocaml-lp copied to clipboard
LP and MIP modeling in OCaml
I suggest bundling GLPK in the library, just like in ocaml-glpk. Relying on system C packages is troublesome in many ways, makes the building more complex, and doesn't guarantee the...
I have installed glpk in the dictionary of "/opt/homebrew/Cellar/glpk/5.0", which means its version is 5.0 But when I try to install lp-glpk using `opam install lp-glpk`, there is an error:...
This pull request aims to give access to GLPK parameters from the lp-glpk backend. Most parameters were already accessible from the lp-glpk-js backend but not from lp-glpk. I needed the...
Related to #13 . A command-based HiGHS interface has been added by #14 . However, another interface through C-API could be a better implementation in terms of performance or compatibility.