Uses of Interface
org.chocosolver.util.objects.graphs.IGraph
-
Packages that use IGraph Package Description org.chocosolver.solver.constraints.nary.nvalue.amnv.graph org.chocosolver.util.objects.graphs -
-
Uses of IGraph in org.chocosolver.solver.constraints.nary.nvalue.amnv.graph
Classes in org.chocosolver.solver.constraints.nary.nvalue.amnv.graph that implement IGraph Modifier and Type Class Description class
G
Backtrackable undirected graphclass
Gci
Constrained intersection graphclass
Gi
Intersection Graph -
Uses of IGraph in org.chocosolver.util.objects.graphs
Classes in org.chocosolver.util.objects.graphs that implement IGraph Modifier and Type Class Description class
DirectedGraph
Directed graph implementation : arcs are indexed per endpointsclass
UndirectedGraph
Specific implementation of an undirected graph
-