Object/Class

at.logic.gapt.provers.spass

SPASS

Related Docs: class SPASS | package spass

Permalink

object SPASS extends SPASS

Source
SPASS.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SPASS
  2. SPASS
  3. ExternalProgram
  4. ResolutionProver
  5. OneShotProver
  6. Prover
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. class FakeIncrementalSession extends IncrementalProvingSession

    Permalink
    Definition Classes
    OneShotProver
  2. class InferenceParser extends Parser

    Permalink
    Definition Classes
    SPASS

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. object InferenceParser

    Permalink
    Definition Classes
    SPASS
  5. final def asInstanceOf[T0]: T0

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def cls2dfg(cls: FOLClause): String

    Permalink
    Definition Classes
    SPASS
  8. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  10. def expr2dfg(e: LambdaExpression): String

    Permalink
    Definition Classes
    SPASS
  11. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  13. def getEpsilonProof(formula: HOLFormula): Option[EpsilonProof]

    Permalink
    Definition Classes
    Prover
  14. def getEpsilonProof(seq: HOLSequent): Option[EpsilonProof]

    Permalink
    Definition Classes
    Prover
  15. def getExpansionProof(seq: HOLSequent): Option[ExpansionProof]

    Permalink
    Definition Classes
    ResolutionProverProver
  16. def getExpansionProof(formula: HOLFormula): Option[ExpansionProof]

    Permalink
    Definition Classes
    Prover
  17. def getLKProof(seq: HOLSequent, addWeakenings: Boolean): Option[LKProof]

    Permalink
    Definition Classes
    ResolutionProver
  18. def getLKProof(seq: HOLSequent): Option[LKProof]

    Permalink

    seq

    The sequent that should be proved.

    returns

    An LK-Proof of the sequent, or None if not successful.

    Definition Classes
    ResolutionProverProver
  19. def getLKProof(formula: HOLFormula): Option[LKProof]

    Permalink

    formula

    The formula that should be proved.

    returns

    An LK-Proof of :- formula, or None if not successful.

    Definition Classes
    Prover
  20. def getResolutionProof(clauses: Traversable[HOLClause]): Option[ResolutionProof]

    Permalink
    Definition Classes
    SPASSResolutionProver
  21. def getResolutionProof(seq: HOLSequent): Option[ResolutionProof]

    Permalink
    Definition Classes
    ResolutionProver
  22. def getResolutionProof(formula: HOLFormula): Option[ResolutionProof]

    Permalink
    Definition Classes
    ResolutionProver
  23. def getResolutionProof(cnf: Iterable[ResolutionProof]): Option[ResolutionProof]

    Permalink
    Definition Classes
    ResolutionProver
  24. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  25. val isInstalled: Boolean

    Permalink
    Definition Classes
    SPASSExternalProgram
  26. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  27. def isUnsat(cnf: Iterable[HOLClause]): Boolean

    Permalink

    Checks whether a set of clauses is unsatisfiable.

    Checks whether a set of clauses is unsatisfiable.

    Definition Classes
    Prover
  28. def isUnsat(formula: HOLFormula): Boolean

    Permalink

    Checks whether a formula is unsatisfiable.

    Checks whether a formula is unsatisfiable.

    Definition Classes
    Prover
  29. def isValid(seq: HOLSequent): Boolean

    Permalink

    seq

    The sequent whose validity should be checked.

    returns

    True if the formula is valid.

    Definition Classes
    ResolutionProverProver
  30. def isValid(formula: HOLFormula): Boolean

    Permalink

    formula

    The formula whose validity should be checked.

    returns

    True if the formula is valid.

    Definition Classes
    Prover
  31. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  32. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  34. def startIncrementalSession(): FakeIncrementalSession

    Permalink

    Starts an incremental proving session.

    Starts an incremental proving session.

    Definition Classes
    OneShotProverProver
  35. final def synchronized[T0](arg0: ⇒ T0): T0

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

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

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

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

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

Deprecated Value Members

  1. def getRobinsonProof(seq: Traversable[HOLClause]): Option[ResolutionProof]

    Permalink
    Definition Classes
    ResolutionProver
    Annotations
    @deprecated
    Deprecated

    (Since version 2.2) Use getResolutionProof instead.

  2. def getRobinsonProof(seq: HOLSequent): Option[ResolutionProof]

    Permalink
    Definition Classes
    ResolutionProver
    Annotations
    @deprecated
    Deprecated

    (Since version 2.2) Use getResolutionProof instead.

  3. def getRobinsonProof(formula: HOLFormula): Option[ResolutionProof]

    Permalink
    Definition Classes
    ResolutionProver
    Annotations
    @deprecated
    Deprecated

    (Since version 2.2) Use getResolutionProof instead.

  4. def getRobinsonProof(cnf: Iterable[ResolutionProof]): Option[ResolutionProof]

    Permalink
    Definition Classes
    ResolutionProver
    Annotations
    @deprecated
    Deprecated

    (Since version 2.2) Use getResolutionProof instead.

Inherited from SPASS

Inherited from ExternalProgram

Inherited from ResolutionProver

Inherited from OneShotProver

Inherited from Prover

Inherited from AnyRef

Inherited from Any

Ungrouped