Package | Description |
---|---|
org.licas.ai_solver |
Problem-solving packages, this includes base factory classes, categorised, that can be extended.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultSolverHeuristics
This class describes the methods used by the solver heuristics.
|
Modifier and Type | Field and Description |
---|---|
protected SolverHeuristics |
SolverFactory.solverHeuristic |
Modifier and Type | Method and Description |
---|---|
SolverHeuristics |
SolverFactory.getSolverHeuristics()
Get the solver factory heuristic methods.
|
Modifier and Type | Method and Description |
---|---|
void |
SolverFactory.setSolverHeuristics(SolverHeuristics theSolverHeuristic)
Set the solver factory heuristics.
|