Uses of Class
es.urjc.etsii.grafo.algorithms.cmsa.CMSASolver
Packages that use CMSASolver
-
Uses of CMSASolver in es.urjc.etsii.grafo.algorithms.cmsa
Methods in es.urjc.etsii.grafo.algorithms.cmsa with parameters of type CMSASolverModifier and TypeMethodDescriptionCMSABuilder<S, I, C> CMSABuilder.withSolver(CMSASolver<S, I, C> solver) Configures the exact (or near-exact) method used to solve the restricted sub-instance.Constructors in es.urjc.etsii.grafo.algorithms.cmsa with parameters of type CMSASolver -
Uses of CMSASolver in es.urjc.etsii.grafo.graphs.mvc
Subclasses of CMSASolver in es.urjc.etsii.grafo.graphs.mvcModifier and TypeClassDescriptionclassExact solver for the CMSA "Solve" step of the Minimum Vertex Cover demo: given a restricted set of candidate vertices, finds the smallest subset of those candidates that covers every edge of the original instance.