You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,17 @@
9
9
### Changed
10
10
### Removed
11
11
12
+
## 4.0.0 - 2021-12-15
13
+
### Added
14
+
- many functions regarding the new cons expression logic and implementation
15
+
### Fixed
16
+
- fixed tests and github actions to fit the new SCIP version.
17
+
### Changed
18
+
- SCIP8 changes the way nonlinear constraints are handled inside SCIP. These changes have consequences for their respective PySCIPOpt wrappers and have changed regardingly. Please refer to the latest SCIP report for an in-depth explanation of these changes.
19
+
- small changes to the documentation.
20
+
### Removed
21
+
- some of the deprecated functions that could not be made backwards compatible
0 commit comments