Pyscipopt

Latest version: v5.2.1

Safety actively analyzes 685838 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 4 of 6

3.1.1

Added
- add evaluation of `Expr` in `Solution`.

3.1.0

Added
- add more SCIP functions: `getNSols`, `createPartialSol`

Fixed
- consistent handling of filenames for reading/writing
- fix error when no SCIPOPTDIR env var is set on Windows

3.0.4

Added
- add more SCIP functions: `getNTotalNodes`, `getNIntVars`, `getNBinVars`

Fixed
- `getTransformedVar` now uses `SCIPgetTransformedVar` instead of `SCIPtransformVar` which captures the variable

3.0.3

Added
- add parameter genericnames to Model.writeProblem() to allow for generic variable and constraint names

Fixed
- strip quotes from SCIPOPTDIR path variable that might confuse Windows systems

3.0.2

Added
- allow creation of implicit integer variables
- make some more SCIP functionality available

Fixed
- fix reference counters for Python constraints

3.0.1

Added
- expose even more SCIP functionality in `scip.pxd`

Changed
- `Model.from_ptr` and `Model.to_ptr` use a `PyCapsule` to exchange the SCIP pointer
rather than an integer.
- mark getDualMultiplier() as deprecated, only getDualSolLinear() is supposed to be used to get duals of constraints

Removed
* removed `__div__` from Expr and GenExpr to make it compatible with cython 0.29.20

Page 4 of 6

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.