Skip to content

Releases: potassco/clingcon

v5.2.1

15 Feb 20:23
8c47655
Compare
Choose a tag to compare

Packages

Changes

  • add option --enable-python
  • fix clingcon_configure to have an effect (#102)
  • fix multi-shot solving (#104)
  • fix parsing of numbers (#107)

v5.2.0

11 Sep 15:25
1d4a157
Compare
Choose a tag to compare

Packages

Changes

  • add support for ASPIF parsing
  • improve translation of linear constraints (#73)
  • fix incremental minimization (#77)
  • fix enumeration of optimal models (#28)
  • enumerate all models if there is minimize directive (#69)
  • various bugs are fixed by updating to clingo 5.6.0

clingcon version 5.0.0

23 Apr 16:37
586b23c
Compare
Choose a tag to compare

Packages

clingcon version 3.3.0

29 Jun 06:33
Compare
Choose a tag to compare
  • 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

11 Jan 14:19
Compare
Choose a tag to compare

Bugfix release

  • fixed a bug in linear preprocessing

clingcon version 3.2.0

06 Dec 11:08
Compare
Choose a tag to compare
  • 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

01 Nov 15:55
Compare
Choose a tag to compare
  • bugfix for variable size estimation
  • added warnings for unrestricted variables

clingcon version 3.1.3

31 Oct 13:29
Compare
Choose a tag to compare
  • bugfix for equality preprocessing

clingcon version 3.1.2

28 Oct 12:01
Compare
Choose a tag to compare
  • bugfix for non gringo aspif
  • bugfix for "is" benchmark class bug
  • removed trailing whitespaces from source

clingcon version 3.1.1

20 Oct 11:33
Compare
Choose a tag to compare
  • bugfix for nonstrict constraint (--strict=false)