Class

at.logic.gapt.provers.prover9

Prover9Prover

Related Doc: package prover9

Permalink

class Prover9Prover extends ResolutionProver with ExternalProgram

Linear Supertypes
Type Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Prover9Prover
  2. ExternalProgram
  3. ResolutionProver
  4. Prover
  5. AnyRef
  6. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Prover9Prover(extraCommands: (Map[Const, String]) ⇒ Seq[String] = _ => Seq())

    Permalink

Value Members

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from Prover9Prover to any2stringadd[Prover9Prover] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (Prover9Prover, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from Prover9Prover to ArrowAssoc[Prover9Prover] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  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. def ensuring(cond: (Prover9Prover) ⇒ Boolean, msg: ⇒ Any): Prover9Prover

    Permalink
    Implicit information
    This member is added by an implicit conversion from Prover9Prover to Ensuring[Prover9Prover] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  9. def ensuring(cond: (Prover9Prover) ⇒ Boolean): Prover9Prover

    Permalink
    Implicit information
    This member is added by an implicit conversion from Prover9Prover to Ensuring[Prover9Prover] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  10. def ensuring(cond: Boolean, msg: ⇒ Any): Prover9Prover

    Permalink
    Implicit information
    This member is added by an implicit conversion from Prover9Prover to Ensuring[Prover9Prover] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  11. def ensuring(cond: Boolean): Prover9Prover

    Permalink
    Implicit information
    This member is added by an implicit conversion from Prover9Prover to Ensuring[Prover9Prover] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  12. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  14. val extraCommands: (Map[Const, String]) ⇒ Seq[String]

    Permalink
  15. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. def formatted(fmtstr: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from Prover9Prover to StringFormat[Prover9Prover] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  17. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  18. def getExpansionSequent(seq: HOLSequent): Option[ExpansionSequent]

    Permalink
    Definition Classes
    ResolutionProverProver
  19. 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
  20. 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
  21. def getRobinsonProof(cnf: Traversable[HOLClause]): Option[RobinsonResolutionProof]

    Permalink
    Definition Classes
    Prover9ProverResolutionProver
  22. def getRobinsonProof(seq: HOLSequent): Option[RobinsonResolutionProof]

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

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

    Permalink
    Definition Classes
    Prover9ProverExternalProgram
  25. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  26. def isValid(seq: HOLSequent): Boolean

    Permalink

    seq

    The formula whose validity should be checked.

    returns

    True if the formula is valid.

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

    Permalink

    formula

    The formula whose validity should be checked.

    returns

    True if the formula is valid.

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

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

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

    Permalink
    Definition Classes
    AnyRef
  31. def parseProof(p9Output: String): RobinsonResolutionProof

    Permalink
  32. def renameVars(formula: LambdaExpression): LambdaExpression

    Permalink
  33. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  34. def toP9Input(function: String, args: Seq[LambdaExpression]): String

    Permalink
  35. def toP9Input(expr: LambdaExpression): String

    Permalink
  36. def toP9Input(clause: HOLClause): String

    Permalink
  37. def toP9Input(cnf: List[HOLClause], renaming: Map[Const, String]): String

    Permalink
  38. def toString(): String

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. def withRenamedConstants(cnf: Traversable[HOLClause])(f: (Map[Const, String], List[HOLClause]) ⇒ Option[RobinsonResolutionProof]): Option[RobinsonResolutionProof]

    Permalink
    Attributes
    protected
    Definition Classes
    ResolutionProver
  43. def [B](y: B): (Prover9Prover, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from Prover9Prover to ArrowAssoc[Prover9Prover] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Deprecated Value Members

  1. def reconstructLKProofFromFile(p9File: String): LKProof

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 2015-08-25) Use Prover9Importer.lkProof instead

  2. def reconstructLKProofFromOutput(p9Output: String): LKProof

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 2015-08-25) Use Prover9Importer.lkProof instead

  3. def reconstructRobinsonProofFromFile(p9File: String): RobinsonResolutionProof

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 2015-08-25) Use Prover9Importer.robinsonProof instead

  4. def reconstructRobinsonProofFromOutput(p9Output: String): RobinsonResolutionProof

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 2015-08-25) Use Prover9Importer.robinsonProof instead

Inherited from ExternalProgram

Inherited from ResolutionProver

Inherited from Prover

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from Prover9Prover to any2stringadd[Prover9Prover]

Inherited by implicit conversion StringFormat from Prover9Prover to StringFormat[Prover9Prover]

Inherited by implicit conversion Ensuring from Prover9Prover to Ensuring[Prover9Prover]

Inherited by implicit conversion ArrowAssoc from Prover9Prover to ArrowAssoc[Prover9Prover]

Ungrouped