amosr / limp-cbc

Coin-OR/CBC bindings for Haskell
MIT License
11 stars 3 forks source link

CBC calling code is slower than command line #8

Open amosr opened 6 years ago

amosr commented 6 years ago

The command line version of CBC performs all sorts of cuts and simplifications, but we just call branchAndBound which performs naive solving. Combined with #7, we're probably better off writing the program to disk and shelling out to the external cbc program.