-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
version number updates for release 0.94.9
- Loading branch information
Showing
5 changed files
with
33 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# BiCePS 0.94 | ||
# BiCePS 0.94.9 | ||
|
||
[![A COIN-OR Project](https://coin-or.github.io/coin-or-badge.png)](https://www.coin-or.org) | ||
|
||
|
@@ -38,9 +38,9 @@ Paper: http://dx.doi.org/10.1023/B:SUPE.0000020179.55383.ad | |
|
||
## CURRENT BUILD STATUS | ||
|
||
[![Windows Builds](https://github.com/coin-or/CHiPPS-BiCePS/actions/workflows/windows-ci.yml/badge.svg?branch=stable/0.94)](https://github.com/coin-or/CHiPPS-BiCePS/actions/workflows/windows-ci.yml?query=branch%3Astable/0.94) | ||
[![Windows Builds](https://github.com/coin-or/CHiPPS-BiCePS/actions/workflows/windows-ci.yml/badge.svg?branch=releases/0.94.9)](https://github.com/coin-or/CHiPPS-BiCePS/actions/workflows/windows-ci.yml?query=branch%3Areleases/0.94.9) | ||
|
||
[![Linux and MacOS Builds](https://github.com/coin-or/CHiPPS-BiCePS/actions/workflows/linux-ci.yml/badge.svg?branch=stable/0.94)](https://github.com/coin-or/CHiPPS-BiCePS/actions/workflows/linux-ci.yml?query=branch%3Astable/0.94) | ||
[![Linux and MacOS Builds](https://github.com/coin-or/CHiPPS-BiCePS/actions/workflows/linux-ci.yml/badge.svg?branch=releases/0.94.9)](https://github.com/coin-or/CHiPPS-BiCePS/actions/workflows/linux-ci.yml?query=branch%3Areleases/0.94.9) | ||
|
||
## DOWNLOAD | ||
|
||
|
@@ -98,7 +98,7 @@ following on the command line. | |
``` | ||
wget https://raw.githubusercontent.com/coin-or/coinbrew/master/coinbrew | ||
chmod u+x coinbrew | ||
./coinbrew fetch [email protected] | ||
./coinbrew fetch [email protected].9 | ||
./coinbrew build Bcps | ||
``` | ||
For more detailed instructions on coinbrew, see https://coin-or.github.io/coinbrew. | ||
|
@@ -139,7 +139,7 @@ If you have `Doxygen` available, you can build a HTML documentation by typing | |
`make doxydoc` | ||
|
||
in the build directory. If BiCePS was built via `coinbrew`, then the build | ||
directory will be `./build/CHiPPS-BiCePS/0.94` by default. The doxygen documentation main file | ||
directory will be `./build/CHiPPS-BiCePS/0.94.9` by default. The doxygen documentation main file | ||
is found at `<build-dir>/doxydoc/html/index.html`. | ||
|
||
If you don't have `doxygen` installed locally, you can use also find the | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters