Skip to content
This repository has been archived by the owner on May 5, 2021. It is now read-only.

Releases: chocoteam/choco-graph

Choco-graph 4.2.3

18 Jan 01:41
Compare
Choose a tag to compare

Major fix for constraints :

  • connected
  • nbConnectedComponents

Both constraints now have complete graph domain filtering, in linear time

Choco Graph 4.2.2

05 Mar 11:18
Compare
Choose a tag to compare

Minor update from 4.2.1
fix connectivity constraint
improve doc

4.2.1 release

26 Feb 14:30
Compare
Choose a tag to compare

update to choco solver 4.0.6
improved connected constraint
minor doc update

4.2.0

19 Jul 16:17
Compare
Choose a tag to compare

Extension of Choco Solver to deal with graph variables and graph constraints.
To be used with choco-solver-4.0.4

New: export to graphViz
Major API changes: remove interfaces (IGraphVar -> GraphVar)

4.1.1

10 Jul 16:49
Compare
Choose a tag to compare

Extension of Choco Solver to deal with graph variables and graph constraints.
To be used with choco-solver-4.0.4
stable release

4.1.0

10 Jul 15:25
Compare
Choose a tag to compare

Extension of Choco Solver to deal with graph variables and graph constraints.
To be used with choco-solver-4.0.4
stable release

4.0.0

11 Oct 08:36
Compare
Choose a tag to compare

Extension of Choco Solver to deal with graph variables and graph constraints.
To be used with choco-solver-4.0.0
stable release

Choco-graph 4.0.0.a

30 Aug 11:32
Compare
Choose a tag to compare

Extension of Choco Solver to deal with graph variables and graph constraints.
To be used with choco-solver-4.0.0.a
stable release

3.3.3

29 Jan 23:30
Compare
Choose a tag to compare

choco-graph version 3.3.3 to be used with choco-solver 3.3.3
(Documentation has not been updated yet)

3.3.0

18 Dec 11:30
Compare
Choose a tag to compare

Work with chock-solver:3.3.0.
Also available on MCR:

<dependency>
   <groupId>org.choco-solver</groupId>
   <artifactId>choco-graph</artifactId>
   <version>3.3.0</version>
</dependency>