gapt.provers.leancop.LeanCoP
See theLeanCoP companion object
class LeanCoP extends OneShotProver, ExternalProgram
Attributes
- Companion
- object
- Source
- leancop.scala
- Graph
-
- Supertypes
-
trait ExternalProgramtrait OneShotProvertrait Proverclass Objecttrait Matchableclass AnyShow all
- Known subtypes
-
object LeanCoP.type
Members list
Value members
Concrete methods
override def getExpansionProof(s: HOLSequent)(implicit ctx: Maybe[MutableContext]): Option[ExpansionProof]
Attributes
- Definition Classes
- Source
- leancop.scala
Value parameters
- seq
-
The sequent that should be proved.
Attributes
- Returns
-
An LK-Proof of the sequent, or None if not successful.
- Definition Classes
- Source
- leancop.scala
Value parameters
- seq
-
The sequent whose validity should be checked.
Attributes
- Returns
-
True if the formula is valid.
- Definition Classes
- Source
- leancop.scala
Inherited methods
Attributes
- Inherited from:
- Prover
- Source
- provers.scala
Attributes
- Inherited from:
- Prover
- Source
- provers.scala
def getExpansionProof(formula: Formula)(implicit ctx: Maybe[MutableContext]): Option[ExpansionProof]
Attributes
- Inherited from:
- Prover
- Source
- provers.scala
Attributes
- Inherited from:
- Prover
- Source
- provers.scala
Value parameters
- formula
-
The formula that should be proved.
Attributes
- Returns
-
An LK-Proof of :- formula, or None if not successful.
- Inherited from:
- Prover
- Source
- provers.scala
Checks whether a set of clauses is unsatisfiable.
Checks whether a set of clauses is unsatisfiable.
Attributes
- Inherited from:
- Prover
- Source
- provers.scala
Checks whether a formula is unsatisfiable.
Value parameters
- formula
-
The formula whose validity should be checked.
Attributes
- Returns
-
True if the formula is valid.
- Inherited from:
- Prover
- Source
- provers.scala
Method for running a session.
Method for running a session.
Type parameters
- A
-
The return type of the session.
Value parameters
- program
-
A proof session.
Attributes
- Returns
-
The result of running the session.
- Definition Classes
- Inherited from:
- OneShotProver
- Source
- provers.scala
Concrete fields
Attributes
- Source
- leancop.scala
In this article