V - VariableT - Valuepublic interface ExtendedInfoProvider<V extends Variable<V,T>,T extends Value<V,T>> extends InfoProvider<V,T>
InfoProvider class providing extended information. The extended info
may be computationally more expensive as it is only computed when needed (see Model.getExtendedInfo(Assignment)).Model| Modifier and Type | Method and Description |
|---|---|
void |
getExtendedInfo(Assignment<V,T> assignment,
Map<String,String> info)
Extended information about current solution.
|
getInfo, getInfovoid getExtendedInfo(Assignment<V,T> assignment, Map<String,String> info)
InfoProvider.getInfo(Assignment, Map), but some more information (that is more
expensive to compute) might be added.assignment - current assignmentinfo - extended info