Skip to content

Commit

Permalink
Merge branch 'v91-bugfix' into v9-minor
Browse files Browse the repository at this point in the history
  • Loading branch information
svigerske committed Sep 14, 2024
2 parents 9e463a9 + b5e987f commit ff24af8
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 4 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,31 @@ Miscellaneous

- Event `BESTSOLFOUND` is thrown before scanning the current node list and removing nodes potentially throwing the `NODEDELETE` event

@section RN912 SCIP 9.1.2
*************************

Fixed bugs
----------

Unit tests
----------

Testing
-------

Build system
------------

### Cmake

### Makefile

Miscellaneous
-------------

Known bugs
----------

@section RN911 SCIP 9.1.1
*************************

Expand Down
4 changes: 2 additions & 2 deletions src/scip/scip_general.c
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,9 @@
#undef SCIPhasPerformedPresolve
#undef SCIPisStopped

/** returns complete SCIP version number in the format "major . minor tech"
/** returns SCIP version number as major + minor / 100
*
* @return complete SCIP version
* @return SCIP major and minor version number
*/
SCIP_Real SCIPversion(
void
Expand Down
4 changes: 2 additions & 2 deletions src/scip/scip_general.h
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,9 @@ extern "C" {
* @{
*/

/** returns complete SCIP version number in the format "major . minor tech"
/** returns SCIP version number as major + minor / 100
*
* @return complete SCIP version
* @return SCIP major and minor version number
*/
SCIP_EXPORT
SCIP_Real SCIPversion(
Expand Down

0 comments on commit ff24af8

Please sign in to comment.