Uses of Class
algorithms.Solver.AlgorithmType

Packages that use Solver.AlgorithmType
algorithms   
 

Uses of Solver.AlgorithmType in algorithms
 

Methods in algorithms that return Solver.AlgorithmType
static Solver.AlgorithmType Solver.AlgorithmType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Solver.AlgorithmType[] Solver.AlgorithmType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in algorithms with parameters of type Solver.AlgorithmType
static Solver Solver.solverFactory(ListColoredAdjacencyMatrixGraph g, AdjacencyMatrixGraph h, Solver.MatchingType m, Results.Instance instance, Solver.AlgorithmType algoType)