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

chocoteam/choco-graph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Codacy Badge Build Status Maven Central

Choco-graph is an open-source Java library for Constraint Programming over Graph Variables. This extension of Choco Solver enables you to search for a graph that satisfies a graph properties such as forming a tree, a hamiltonian cycle, having 3 strongly connected components, etc.

Documentation

A user guide may be found in the doc folder. Feel free to contribute to it.

License

This software is licensed under BSD license.

Requirement

This extension of Choco Solver works with choco-solver-4.0.6 and associated dependencies. It requires JDK 1.8+

Main authors

Please meet our team of cho-coders :

Building from sources

The source of the released versions are directly available in the Tag section. You can also download them using github features. Once downloaded, move to the source directory then execute the following maven command to make the jar:

$ mvn clean package -DskipTests

If the build succeeded, the resulting jar will be automatically installed in your local maven repository and available in the target sub-folders.

Issues

Use the issue tracker here on GitHub to report issues. As far as possible, provide a Minimal Working Example.

=================== The Choco Solver dev team.