|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Solver.MatchingType | |
---|---|
algorithms |
Uses of Solver.MatchingType in algorithms |
---|
Methods in algorithms that return Solver.MatchingType | |
---|---|
static Solver.MatchingType |
Solver.MatchingType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Solver.MatchingType[] |
Solver.MatchingType.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.MatchingType | |
---|---|
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.MatchingType | |
---|---|
IterativeSolver(ListColoredAdjacencyMatrixGraph g,
AdjacencyMatrixGraph h,
Solver.MatchingType m,
Results.Instance instance)
|
|
MaxIterativeSolver(ListColoredAdjacencyMatrixGraph g,
AdjacencyMatrixGraph h,
Solver.MatchingType m,
Results.Instance instance)
|
|
SearchTreeSolver(ListColoredAdjacencyMatrixGraph g,
AdjacencyMatrixGraph h,
Solver.MatchingType m,
Results.Instance instance)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |