Uses of Class
algorithms.Solver

Packages that use Solver
algorithms   
 

Uses of Solver in algorithms
 

Subclasses of Solver in algorithms
 class IterativeSolver
           
 class MaxIterativeSolver
           
 class SearchTreeSolver
           
 

Methods in algorithms that return Solver
static Solver Solver.solverFactory(ListColoredAdjacencyMatrixGraph g, AdjacencyMatrixGraph h, Solver.MatchingType m, Results.Instance instance, Solver.AlgorithmType algoType)
           
 

Constructors in algorithms with parameters of type Solver
ReductionRules(Solver s)