Packages

o

ap.api.SimpleAPI

ProverStatus

object ProverStatus extends Enumeration

Linear Supertypes
Enumeration, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ProverStatus
  2. Enumeration
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. class Val extends Value with Serializable
    Attributes
    protected
    Definition Classes
    Enumeration
    Annotations
    @SerialVersionUID()
  2. abstract class Value extends Ordered[Value] with Serializable
    Definition Classes
    Enumeration
    Annotations
    @SerialVersionUID()
  3. class ValueSet extends AbstractSet[Value] with SortedSet[Value] with SortedSetOps[Value, SortedSet, ValueSet] with StrictOptimizedIterableOps[Value, Set, ValueSet] with Serializable
    Definition Classes
    Enumeration
    Annotations
    @SerialVersionUID()

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val Error: Value
  5. val Inconclusive: Value

    Proof search found a dead end: a situation where no further rules are applicable, but it is not possible to say anything definite about satisfiability of the problem (e.g., because of quantifiers).

  6. val Invalid: Value

    Status reported if assertions and conclusions are used.

  7. val OutOfMemory: Value
  8. val Running: Value
  9. val Sat: Value

    Status reported if only assertions are used.

  10. val Unknown: Value

    Status of the given problem is unknown; this is usually because satisfiability/validity has not been checked yet, or because a timeout occurred.

  11. val Unsat: Value

    Status reported if only assertions are used.

  12. val Valid: Value

    Status reported if assertions and conclusions are used.

  13. final def Value(i: Int, name: String): Value
    Attributes
    protected
    Definition Classes
    Enumeration
  14. final def Value(name: String): Value
    Attributes
    protected
    Definition Classes
    Enumeration
  15. final def Value(i: Int): Value
    Attributes
    protected
    Definition Classes
    Enumeration
  16. final def Value: Value
    Attributes
    protected
    Definition Classes
    Enumeration
  17. final def apply(x: Int): Value
    Definition Classes
    Enumeration
  18. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  19. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
  20. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  22. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  23. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  24. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  25. final def maxId: Int
    Definition Classes
    Enumeration
  26. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. var nextId: Int
    Attributes
    protected
    Definition Classes
    Enumeration
  28. var nextName: Iterator[String]
    Attributes
    protected
    Definition Classes
    Enumeration
  29. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  30. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  31. def readResolve(): AnyRef
    Attributes
    protected
    Definition Classes
    Enumeration
  32. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  33. def toString(): String
    Definition Classes
    Enumeration → AnyRef → Any
  34. def values: ValueSet
    Definition Classes
    Enumeration
  35. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  36. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  37. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  38. final def withName(s: String): Value
    Definition Classes
    Enumeration
  39. implicit object ValueOrdering extends Ordering[Value]
    Definition Classes
    Enumeration

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from Enumeration

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped