- Timestamp:
- Jul 19, 2018 4:04:41 PM (17 months ago)
- Location:
- stable/2.9
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
stable/2.9
-
stable/2.9/.travis.yml
r2322 r2376 1 \language: cpp1 language: cpp 2 2 env: 3 3 global: -
stable/2.9/Cbc
- Property svn:mergeinfo changed
/trunk/Cbc merged: 2375
- Property svn:mergeinfo changed
-
stable/2.9/Cbc/README
r2293 r2376 1 # CBC Version 2.9. 4README1 # CBC Version 2.9.9 README 2 2 3 3 Welcome to the README for the COIN Branch and Cut Solver (CBC). CBC is … … 40 40 41 41 ## CHANGELOG 42 43 * Release 2.9.9 44 45 * Fixes for SOS2 46 * Updates to mipstart 47 * Switching to new build system 48 * Updates for CI 42 49 43 50 * Release 2.9.8 -
stable/2.9/INSTALL
r2274 r2376 44 44 45 45 cd Cbc-2.9 46 git clone --branch=stable/0.8 https://github.com/coin-or /BuildTools46 git clone --branch=stable/0.8 https://github.com/coin-or-tools/BuildTools 47 47 BuildTools/get.dependencies fetch 48 48 -
stable/2.9/README.md
r2327 r2376 1 # CBC Version 2.9. 8README1 # CBC Version 2.9.9 README 2 2 3 3 Welcome to the README for the COIN Branch and Cut Solver (CBC). CBC is … … 6 6 be redistributed freely. 7 7 8 ## C urrent Testing Status8 ## CURRENT BUILD STATUS 9 9 10 10 [](https://travis-ci.org/coin-or/Cbc) … … 17 17 18 18 Binaries for most platforms are available for download from [Bintray](https://bintray.com/coin-or/download/Cbc) 19 20 ## CITE 21 22 [](https://zenodo.org/badge/latestdoi/30382416) 19 23 20 24 ## DOCUMENTATION … … 48 52 49 53 ## CHANGELOG 54 55 * Release 2.9.9 56 57 * Fixes for SOS2 58 * Updates to mipstart 59 * Switching to new build system 60 * Updates for CI 50 61 51 62 * Release 2.9.8
Note: See TracChangeset
for help on using the changeset viewer.