ruby-cbc icon indicating copy to clipboard operation
ruby-cbc copied to clipboard

A wrapper around Coin-Or Cbc Integer Linear Programming solver

Results 2 ruby-cbc issues
Sort by recently updated
recently updated
newest added

It looks like CBC has a function for this purpose `Cbc_readMps`, a similar function in ruby-cbc would make it possible to call `problem.find_conflict` with an MPS file.