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
* Add SCIPvarIsActive function and corresponding test for variable activity
* Add SCIPaggregateVars function and aggregateVars method for variable aggregation
* Add knapsack function for modeling the knapsack problem
* Add parameter settings to disable automatic presolvers and propagators in the knapsack model
* Add ShiftboundPresolver for variable domain transformation in SCIP
* Add tests for Shiftbound presolver with parametrised knapsack instances
* Update docstring in shiftbound.py to clarify presolver example and its functionality
* Add tests for Model.aggregateVars to verify aggregation functionality
* Add test for aggregation infeasibility in binary variables
* Remove Shiftbound presolver tests from test_shiftbound.py
* Refactor TODO comment in test_isActive to clarify missing test cases for fixed and aggregated variables
* Update CHANGELOG to include new features: isActive(), aggregateVars(), and example shiftbound.py
* Add tutorial for writing a custom presolver using PySCIPOpt
* Add tutorial for presolver plugin to CHANGELOG
* Apply suggestions from code review
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Apply suggestions from code review
* Clarify comments in the Shiftbound presolver example for better understanding of variable aggregation logic
* change file name
* wrap new methods and add tests
* slight changes in docs and example
* add missing method stubs for adjustedVarLb, adjustedVarUb, aggregateVars, isIntegral
* Address review comments on presolver PR
* Prepare release 6.1.0 for SCIP 10.0.1
* Fix deprecated license configuration in pyproject.toml
* correct scipoptsuite-deploy tag
* require more recent setuptools
* Make license dynamic to support older setuptools
---------
Co-authored-by: fvz185 <>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Mohammed Ghannam <ghannam@zib.de>
0 commit comments