Clp.jl icon indicating copy to clipboard operation
Clp.jl copied to clipboard

A Julia interface to the Coin-OR Linear Programming solver (CLP)

Results 1 Clp.jl issues
Sort by recently updated
recently updated
newest added

I cannot run `Clp` through `JuMP`, it crashes when as soon as I start the optimization. Here is a minimal example, where I am trying to minimize `c^T x` where...