Releases: potassco/clingcon
Releases · potassco/clingcon
v5.2.1
Packages
- The easiest way to obtain clingcon packages is using Anaconda. Packages are available in the Potassco channel. First install either Anaconda or Miniconda and then run:
conda install -c potassco clingcon
. - Ubuntu users can install packages from our Ubuntu PPA.
- Clingcon's Python module is available on PyPI.
Changes
v5.2.0
Packages
- The easiest way to obtain clingcon packages is using Anaconda. Packages are available in the Potassco channel. First install either Anaconda or Miniconda and then run:
conda install -c potassco clingcon
. - Ubuntu users can install packages from our Ubuntu PPA.
- Clingcon's Python module is available on PyPI.
Changes
clingcon version 5.0.0
Packages
- The easiest way to obtain clingcon packages is using Anaconda. Packages are available in the Potassco channel. First install either Anaconda or Miniconda and then run:
conda install -c potassco clingcon
. - Ubuntu users can install packages from our Ubuntu PPA.
- Clingcon's Python module is available on PyPI.
clingcon version 3.3.0
- updated to clingo-5.2.0
- python and lua support is disabled for this version
- <incmode> supports incremental solving
- support for #include .
- switched to MIT license
- switched build system from scons to cmake
- changed --flatten-optimization default to false
- changed --permutation-optimization to --distinct-permutation
- changed --pidgeon-optimization to --distinct-pigeon
- changed --domain-size to --domain-propagation
- changed --strict to --dont-care-propagation with opposing meaning
- changed --sort-descend-coef to --sort-descend-coefficient
- changed --sort-descend-dom to --sort-descend-domain
- bugfix with equality processing and incremental grounding
clingcon version 3.2.1
Bugfix release
- fixed a bug in linear preprocessing
clingcon version 3.2.0
- changed default configuration
--split-size=-1
--distinct-to-card=false
--flatten-optimization=true
--translate-constraints=10000 - simplified incqueens examples
- fixed bug which prevented multi-level optimization
- fixed bug in equality-preprocessing
- fixed bug in --flatten-optimization
clingcon version 3.1.4
- bugfix for variable size estimation
- added warnings for unrestricted variables
clingcon version 3.1.3
- bugfix for equality preprocessing
clingcon version 3.1.2
- bugfix for non gringo aspif
- bugfix for "is" benchmark class bug
- removed trailing whitespaces from source
clingcon version 3.1.1
- bugfix for nonstrict constraint (--strict=false)