Uses of Class
es.urjc.etsii.grafo.MST.model.MSTSolution
Packages that use MSTSolution
Package
Description
-
Uses of MSTSolution in es.urjc.etsii.grafo.MST
Fields in es.urjc.etsii.grafo.MST with type parameters of type MSTSolutionModifier and TypeFieldDescriptionstatic final Objective
<?, MSTSolution, MSTInstance> Main.OBJECTIVE
-
Uses of MSTSolution in es.urjc.etsii.grafo.MST.algorithms
Methods in es.urjc.etsii.grafo.MST.algorithms that return MSTSolutionModifier and TypeMethodDescriptionKruskalAlgorithm.algorithm
(MSTInstance instance) PrimAlgorithm.algorithm
(MSTInstance instance) -
Uses of MSTSolution in es.urjc.etsii.grafo.MST.experiments
Methods in es.urjc.etsii.grafo.MST.experiments that return types with arguments of type MSTSolution -
Uses of MSTSolution in es.urjc.etsii.grafo.MST.model
Methods in es.urjc.etsii.grafo.MST.model that return MSTSolutionMethods in es.urjc.etsii.grafo.MST.model with parameters of type MSTSolutionModifier and TypeMethodDescriptionMSTSolutionValidator.validate
(MSTSolution solution) Validate the current solution, check that no constraint is broken and everything is fineConstructors in es.urjc.etsii.grafo.MST.model with parameters of type MSTSolution