Class

ostrich

EagerExploration

Related Doc: package ostrich

Permalink

class EagerExploration extends Exploration

Version of exploration that eagerly computes products of regex constraints.

Linear Supertypes
Exploration, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. EagerExploration
  2. Exploration
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new EagerExploration(_funApps: Seq[(PreOp, Seq[Term], Term)], _initialConstraints: Seq[(Term, Automaton)], _strDatabase: StrDatabase, _lengthProver: Option[SimpleAPI], _lengthVars: Map[Term, Term], _strictLengths: Boolean, _flags: OFlags)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def addLengthConstraint(constraint: TermConstraint, sources: Seq[TermConstraint]): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Exploration
  5. val allInitialConstraints: Seq[(Term, Automaton)]

    Permalink
    Definition Classes
    Exploration
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  10. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. def findModel: Option[Map[Term, Either[IdealInt, Seq[Int]]]]

    Permalink

    Check for existence of a model.

    Check for existence of a model. A model maps each integer variable to an integer, and each string variable to a list of characters.

    Definition Classes
    Exploration
  12. val funApps: Seq[(PreOp, Seq[Term], Term)]

    Permalink
    Definition Classes
    Exploration
  13. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  14. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  15. val initialConstraints: Seq[(Term, Automaton)]

    Permalink
    Definition Classes
    Exploration
  16. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  17. val leafTerms: Set[Term]

    Permalink
    Definition Classes
    Exploration
  18. def measure[A](op: String)(comp: ⇒ A): A

    Permalink
    Definition Classes
    Exploration
  19. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  20. val needCompleteContentsForConflicts: Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    EagerExplorationExploration
  21. def newStore(t: Term): ConstraintStore

    Permalink
    Attributes
    protected
    Definition Classes
    EagerExplorationExploration
  22. val nonTreeLikeApps: Boolean

    Permalink
    Definition Classes
    Exploration
  23. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  24. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  25. val resultTerms: Set[Term]

    Permalink
    Definition Classes
    Exploration
  26. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  27. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  28. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Exploration

Inherited from AnyRef

Inherited from Any

Ungrouped