Skip to content

Commit

Permalink
updates CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephen J. Maher authored and svigerske committed Oct 18, 2024
1 parent 119620f commit 2037f11
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ Performance improvements
Fixed bugs
----------

- Benders' decomposition subproblems that are always infeasible are correctly handled and the complete problem is
declared as infeasible.

Examples and applications
-------------------------

Expand All @@ -31,6 +34,8 @@ Interface changes
- added SCIPtpiGetLibraryName() and SCIPtpiGetLibraryDesc()
- SCIPdelCons() can now also be called in SCIP_STAGE_TRANSFORMED
- added SCIPstrcasecmp() and SCIPstrncasecmp() for case-insensitive string comparison
- added SCIPbendersSubproblemsAreInfeasible() to return if at least one subproblem has been identified as being
infeasible prior to performing any variable fixing.

### Command line interface
### Interfaces to external software
Expand Down

0 comments on commit 2037f11

Please sign in to comment.