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