Package | Description |
---|---|
org.licas.ai_solver.mediator.problem |
Problem specifications deal more with defining the problem itself and managing solution
execution sequences.
|
org.licas.ai_solver.parser |
For parsing problem-solver specifications and descriptions.
|
Modifier and Type | Field and Description |
---|---|
protected Problem |
ProblemMediator.problem
This models the problem to be solved
|
Modifier and Type | Method and Description |
---|---|
Problem |
ProblemMediator.getProblem()
Get the problem model.
|
Modifier and Type | Method and Description |
---|---|
void |
ProblemMediator.setProblem(Problem thisProblem)
Set the problem model.
|
Modifier and Type | Method and Description |
---|---|
abstract Problem |
ProblemParser.parse(org.licas_xml.abs.Element rootElem)
Parse the XML back into a problem object.
|
Modifier and Type | Method and Description |
---|---|
abstract org.licas_xml.abs.Element |
ProblemParser.serialize(Problem problem)
Serialize a problem description into xml.
|