1- # Cbc 2.10
1+ # Cbc 2.10.9
22
33[ ![ A COIN-OR Project] ( https://coin-or.github.io/coin-or-badge.png )] ( https://www.coin-or.org )
44
55Projects such as this one are maintained by a small group of volunteers under
66the auspices of the non-profit [ COIN-OR Foundation] ( https://www.coin-or.org )
77and we need your help! Please consider [ sponsoring our
8- activities] ( https://github.com/sponsors/coin-or ) .
8+ activities
] ( https://github.com/sponsors/coin-or ) or [ volunteering ] ( mailto:[email protected] ) to help! 99
1010[ ![ Latest Release] ( https://img.shields.io/github/v/release/coin-or/Cbc?sort=semver )] ( https://github.com/coin-or/Cbc/releases )
1111
@@ -70,9 +70,9 @@ Code: [](https://zenodo.org/badge/
7070
7171## CURRENT BUILD STATUS
7272
73- [ ![ Windows Builds] ( https://github.com/coin-or/Cbc/actions/workflows/windows-ci.yml/badge.svg?branch=stable /2.10 )] ( https://github.com/coin-or/Cbc/actions/workflows/windows-ci.yml?query=branch%3Astable /2.10 )
73+ [ ![ Windows Builds] ( https://github.com/coin-or/Cbc/actions/workflows/windows-ci.yml/badge.svg?branch=releases /2.10.9 )] ( https://github.com/coin-or/Cbc/actions/workflows/windows-ci.yml?query=branch%3Areleases /2.10.9 )
7474
75- [ ![ Linux and MacOS Builds] ( https://github.com/coin-or/Cbc/actions/workflows/linux-ci.yml/badge.svg?branch=stable /2.10 )] ( https://github.com/coin-or/Cbc/actions/workflows/linux-ci.yml?query=branch%3Astable /2.10 )
75+ [ ![ Linux and MacOS Builds] ( https://github.com/coin-or/Cbc/actions/workflows/linux-ci.yml/badge.svg?branch=releases /2.10.9 )] ( https://github.com/coin-or/Cbc/actions/workflows/linux-ci.yml?query=branch%3Areleases /2.10.9 )
7676
7777## DOWNLOAD
7878
@@ -163,7 +163,7 @@ following on the command line.
163163```
164164wget https://raw.githubusercontent.com/coin-or/coinbrew/master/coinbrew
165165chmod u+x coinbrew
166- ./coinbrew fetch
[email protected] 166+ ./coinbrew fetch
[email protected] .9 167167./coinbrew build Cbc
168168```
169169For more detailed instructions on coinbrew, see https://coin-or.github.io/coinbrew.
@@ -241,7 +241,7 @@ If you have `Doxygen` available, you can build a HTML documentation by typing
241241`make doxygen-docs`
242242
243243in the build directory. If Cbc was built via `coinbrew`, then the build
244- directory will be `./build/Cbc/2.10` by default. The doxygen documentation main file
244+ directory will be `./build/Cbc/2.10.9 ` by default. The doxygen documentation main file
245245is found at `<build-dir>/doxydoc/html/index.html`.
246246
247247If you don't have `doxygen` installed locally, you can use also find the
@@ -323,8 +323,22 @@ documentation [here](http://coin-or.github.io/Cbc/Doxygen).
323323 - `oddwext`: strategy used to search for wheel centers for the cuts found by CglOddWheel - 0=off, 1=one variable, 2=clique - default=2.
324324 - CglClique was replaced by CglBKClique as the default clique separator in CbcSolver.cpp.
325325
326+ * Release 2.10.9
327+ * Maintenance release to push out accumulates patches.
328+
329+ * Release 2.10.8
330+ * Re-generate binaries due to mistake in Github Actions configuration and
331+ incorporate new release of Cgl.
332+
333+ * Release 2.10.7
334+ * Fix a bug that would cause the unit test not to run correctly if the
335+ MIPLIB3 project was not present
336+
337+ * Release 2.10.6
338+ * Accumulated fixes related to build, test, and CI.
339+
326340 * Release 2.10.5
327- * revert fix that stopped Clp when timelimit reached, as that lead to
341+ * Revert fix that stopped Clp when timelimit reached, as that lead to
328342 all cleanup solves afterwards to stop without proper finishing and
329343 giving wrong results
330344
@@ -334,7 +348,8 @@ documentation [here](http://coin-or.github.io/Cbc/Doxygen).
334348 * More bugfixes.
335349
336350 * Release 2.10.3
337- * Improve performance of some primal heuristics, incl. feasibility pump, by making integer slacks continuous
351+ * Improve performance of some primal heuristics, incl. feasibility pump,
352+ by making integer slacks continuous
338353 * Added additional timelimit checks
339354 * Fixed initialization of Cbc_clone result
340355 * Additional bugfixes
0 commit comments