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.
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.