Uses of Class
org.graph4j.util.Domain
Packages that use Domain
Package
Description
Algorithms for the bandwith graph coloring problem.
Utility classes, such as apecialized collection for vertices and edges.
-
Uses of Domain in org.graph4j.coloring
Methods in org.graph4j.coloring that return DomainMethods in org.graph4j.coloring with parameters of type DomainModifier and TypeMethodDescriptionprotected NodeBacktrackColoringBase.createNode(Node parent, int vertex, int color, Domain[] domains, Coloring coloring) Constructors in org.graph4j.coloring with parameters of type DomainModifierConstructorDescriptionNode(ExactColoringBase alg, Node parent, int vertex, int color, Domain[] domains, Coloring coloring, boolean removeSymmetricalColors) -
Uses of Domain in org.graph4j.coloring.bw
Methods in org.graph4j.coloring.bw with parameters of type DomainModifier and TypeMethodDescriptionprotected NodeBacktrackBandwithColoring.createNode(Node parent, int vertex, int color, Domain[] domains, Coloring coloring) -
Uses of Domain in org.graph4j.util
Constructors in org.graph4j.util with parameters of type Domain