V - VariableT - Valuepublic interface InfoProvider<V extends Variable<V,T>,T extends Value<V,T>>
Model| Modifier and Type | Method and Description |
|---|---|
void |
getInfo(Assignment<V,T> assignment,
Map<String,String> info)
Adds some information into the table with information about the solution
|
void |
getInfo(Assignment<V,T> assignment,
Map<String,String> info,
Collection<V> variables)
Adds some information into the table with information about the solution,
only consider variables from the given set
|
void getInfo(Assignment<V,T> assignment, Map<String,String> info)
assignment - current assignmentinfo - info tablevoid getInfo(Assignment<V,T> assignment, Map<String,String> info, Collection<V> variables)
assignment - current assignmentinfo - info tablevariables - sub-problem