Cbc icon indicating copy to clipboard operation
Cbc copied to clipboard

COIN-OR Branch-and-Cut solver

Results 137 Cbc issues
Sort by recently updated
recently updated
newest added

Older versions, e.g. from August last year still compute 5552530, current master results in infeasible. [value_5552530.lp.txt](https://github.com/coin-or/Cbc/files/11419167/value_5552530.lp.txt)

Hi, im testing with cbc solution files and my model. [Model.zip](https://github.com/coin-or/Cbc/files/12803089/Model.zip) ``` CBC.exe "model.mps" -directory "%Temp%" -solve -printingOptions all -solution "all.cbc" -printingOptions allcsv -solution "allcsv.cbc" ``` with model.mps i want...

Hi team, thanks for the wonderful work you're doing. While developing a solver driver using CBC through the C API, I came across a few functionalities that I just could...

While I do understand a certain overhead of lazy constraints, the following example seems overly drastic to me. Maybe there is some issue with lazy constraint handling, or maybe I...

Hi, I have a query on differences between solver outputs from Cplex and CBC. My data file that i want to optimize, while solved with CPLEX, gives an optimal solution...

Hello, I was solving a bin packing problem and encountered a bug-like situation. ## How to reproduce - Python: 3.11 - Python-MIP: 1.15.0 - CBC: may be 2.10 (can't confirm)...

Hello, I am a beginner in C++and would like to run relevant examples in CBC locally. My operating environment is as follows: **OS**: Mac OS **Editor**: VScode When I directly...

Hello all, I build on Ubuntu 22.04.2 LTS. I build release CoinMP-1.7.6, but the code in question seems to be the same compared to the latest release. I get for...

Hi everyone, I am currently encountering a weird situation where I have a LP model that **should have** had an optimal solution but it was judged by `CBC Solver` as...

I am currently encountering a very weird issue with the `PULP_CBC_CMD` solver via `pulp` package in Python (CBC MILP Solver version 2.10.3). Despite playing around with the parameter options `gapAbs`...