Uses of Interface
org.graph4j.vsp.VertexSeparatorAlgorithm
Packages that use VertexSeparatorAlgorithm
-
Uses of VertexSeparatorAlgorithm in org.graph4j.vsp
Classes in org.graph4j.vsp that implement VertexSeparatorAlgorithmModifier and TypeClassDescriptionclassWORK IN PROGRESS.classclassThe vertex separator problem (VSP) is to find a partition of V into nonempty three classes A, B, C such that there is no edge between A and B,max(|A|,|B|) <= f(n)and|C|is minimum.Methods in org.graph4j.vsp that return VertexSeparatorAlgorithmModifier and TypeMethodDescriptionstatic VertexSeparatorAlgorithmVertexSeparatorAlgorithm.getInstance(Graph graph) Returns the default implementation of this interface.