public interface IFixedPointSolver<T extends IVariable>
Modifier and Type | Method and Description |
---|---|
IFixedPointSystem<T> |
getFixedPointSystem() |
boolean |
solve(MonitorUtil.IProgressMonitor monitor)
Solve the problem.
|
IFixedPointSystem<T> getFixedPointSystem()
IFixedPointSolver
boolean solve(MonitorUtil.IProgressMonitor monitor) throws CancelException
PRECONDITION: graph is set up
CancelException