| Modifier and Type | Method and Description | 
|---|---|
Solver | 
Solution.getSolver()
Returns the solver that created this Solution. 
 | 
Solver | 
SearchStrategy.getSolver()
Returns a solver to which this strategy belongs. 
 | 
Solver | 
ProblemDelegator.getSolver()  | 
Solver | 
Problem.getSolver()
Returns an instance of a Solver associated with this problem. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ProblemDelegator.setSolver(Solver solver)  | 
void | 
Problem.setSolver(Solver solver)
Associates a "solver" with the problem
 making it available through the method "getSolver()". 
 |