Interface IFixedPointSolver<T extends IVariable<T>>

  • Method Details Link icon

    • getFixedPointSystem Link icon

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

      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