Package | Description |
---|---|
org.licas.ai_solver.model.result |
Classes for returning the problem solver result.
|
Modifier and Type | Field and Description |
---|---|
protected java.util.ArrayList<MatchPair> |
MatchResult.matches
The best matching solutions.
|
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<MatchPair> |
MatchResult.getSolutionMatches()
Get the lists of best solutions.
|
Modifier and Type | Method and Description |
---|---|
void |
MatchResult.setSolutionMatches(java.util.ArrayList<MatchPair> thisSolutionMatches)
Set the lists of best matching solutions with related problem datasets.
|