Interface IFixedPointSolver<T extends IVariable<T>>

  • Method Details

    • getFixedPointSystem

      IFixedPointSystem<T> getFixedPointSystem()
      Returns:
      the set of statements solved by this IFixedPointSolver
    • solve

      boolean solve(MonitorUtil.IProgressMonitor monitor) throws CancelException
      Solve the problem.

      PRECONDITION: graph is set up

      Returns:
      true iff the evaluation of some constraint caused a change in the value of some variable.
      Throws:
      CancelException