We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0a03cf commit 68e5ca4Copy full SHA for 68e5ca4
CHANGELOG.md
@@ -2,11 +2,14 @@
2
3
## Unreleased
4
### Added
5
-- add convenience function `Model.addConss()` to add multiple constraints at once
6
### Fixed
7
### Changed
8
### Removed
9
+## 3.2.0 - 2021-06-07
10
+### Added
11
+- add convenience function `Model.addConss()` to add multiple constraints at once
12
+
13
## 3.1.5 - 2021-05-23
14
15
- add SCIP function `SCIPsetMessagehdlrLogfile`
src/pyscipopt/__init__.py
@@ -1,4 +1,4 @@
1
-__version__ = '3.1.5'
+__version__ = '3.2.0'
# required for Python 3.8 on Windows
import os
0 commit comments