Interface Algorithm

    • Method Detail

      • run

        void run​(ReachedSet reachedSet,
                 Waitlist waitlist,
                 AbortOperator abortOperator)
        Launches the algorithm updating the reachedSet and the waitlist. A proper selection of parameters allows resuming the algorithm from a saved state. The abortOperator determines whether the analysis should end prematurely.
      • run

        default void run​(ReachedSet reachedSet,
                         Waitlist waitlist)
        Launches the algorithm updating the reachedSet and the waitlist. A proper selection of parameters allows resuming the algorithm from a saved state.