Cgl icon indicating copy to clipboard operation
Cgl copied to clipboard

Cut Generator Library

Results 19 Cgl issues
Sort by recently updated
recently updated
newest added

This ILP will become infeasible if Reduce-and-split is turned on. [value_17869585116638.lp.txt](https://github.com/coin-or/Cgl/files/14602506/value_17869585116638.lp.txt)

If you try to make in centos7, you will get the following error. Is there any solution? ``` # sudo make Making all in src/CglAllDifferent make[1]: Entering directory `/root/Cgl/src/CglAllDifferent' make[1]:...

Any work around for this on RHEL 8? ``` make[1]: Entering directory '/path/to/me/Cgl/src/CglGomory' CXX CglGomory.lo CglGomory.cpp:33:10: fatal error: OsiClpSolverInterface.hpp: No such file or directory #include "OsiClpSolverInterface.hpp" ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ```

Hi. coin-or-cgl 0.60.7 release introduced PuLPSolverError on previously working code. With msg=True, the underlying error was ```sh free(): invalid pointer ``` Replicating this error: This fails for me in both...

in line 638 of CglLandP.cpp a warm start basis is allocated but never freed.

passing NULL to memcpy is undefined behaviour. But: Does memcpy actually causes trouble? probably not - it's hard to image an implementation that does not 'accidently' gets it right. I...

Add CMake based build + Makefile/docker CI + Travis-CI

In Cgl012cut.cpp line 3289: ``` static double max_score_ever = ZERO; /* maximum score of a violated cut during the whole cutting plane procedure */ ``` this global variable is used...

``` CglPreProcess.cpp:2492: OsiSolverInterface* CglPreProcess::preProcessNonDefault(OsiSolverInterface&, int, int, int): Assertion `numberProhibited_ == oldModel->getNumCols()' failed. ``` This failed assertions was reported in the following related issues: - https://github.com/coin-or/Cbc/issues/376#issuecomment-803057782 - https://github.com/jump-dev/Cbc.jl/issues/30 It seems to...

See the attached ILP. [value_87454.lp.gz](https://github.com/coin-or/Cgl/files/5880927/value_87454.lp.gz) With a Linux 64-bit build of the standalone CBC solver (master branch of all coin-or repos, uses only CoinUtils/Clp/Cgl/Cbc, no other extra solver deps), this...