rantaoran
Results
1
issues of
rantaoran
hi, I am solving an integer programming problem with CBC in python. I solve the model with parameters mod.solve(pulp.solvers.PULP_CBC_CMD(msg=1,fracGap=0.01, threads=4)). From the log output by cbc, it shows that the...
bug