trait DrupSolver extends SATSolver with ResolutionProver
Ordering
- Alphabetic
- By Inheritance
Inherited
- DrupSolver
- ResolutionProver
- SATSolver
- OneShotProver
- Prover
- AnyRef
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- All
Type Members
-
class
FakeIncrementalSession
extends IncrementalProvingSession
- Definition Classes
- OneShotProver
Abstract Value Members
Concrete Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
def
+(other: String): String
- Implicit
- This member is added by an implicit conversion from DrupSolver to any2stringadd[DrupSolver] performed by method any2stringadd in scala.Predef.
- Definition Classes
- any2stringadd
-
def
->[B](y: B): (DrupSolver, B)
- Implicit
- This member is added by an implicit conversion from DrupSolver to ArrowAssoc[DrupSolver] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @inline()
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
def
ensuring(cond: (DrupSolver) ⇒ Boolean, msg: ⇒ Any): DrupSolver
- Implicit
- This member is added by an implicit conversion from DrupSolver to Ensuring[DrupSolver] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: (DrupSolver) ⇒ Boolean): DrupSolver
- Implicit
- This member is added by an implicit conversion from DrupSolver to Ensuring[DrupSolver] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean, msg: ⇒ Any): DrupSolver
- Implicit
- This member is added by an implicit conversion from DrupSolver to Ensuring[DrupSolver] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean): DrupSolver
- Implicit
- This member is added by an implicit conversion from DrupSolver to Ensuring[DrupSolver] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
formatted(fmtstr: String): String
- Implicit
- This member is added by an implicit conversion from DrupSolver to StringFormat[DrupSolver] performed by method StringFormat in scala.Predef.
- Definition Classes
- StringFormat
- Annotations
- @inline()
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- def getDrupProof(cnf: Traversable[HOLClause]): Option[DrupProof]
- def getDrupProof(sequent: HOLSequent): Option[DrupProof]
- def getDrupProof(formula: HOLFormula): Option[DrupProof]
-
def
getEpsilonProof(formula: HOLFormula): Option[EpsilonProof]
- Definition Classes
- Prover
-
def
getEpsilonProof(seq: HOLSequent): Option[EpsilonProof]
- Definition Classes
- Prover
-
def
getExpansionProof(seq: HOLSequent): Option[ExpansionProof]
- Definition Classes
- ResolutionProver → Prover
-
def
getExpansionProof(formula: HOLFormula): Option[ExpansionProof]
- Definition Classes
- Prover
-
def
getLKProof(sequent: HOLSequent): Option[LKProof]
- returns
An LK-Proof of the sequent, or None if not successful.
- Definition Classes
- DrupSolver → ResolutionProver → SATSolver → Prover
-
def
getLKProof(seq: HOLSequent, addWeakenings: Boolean): Option[LKProof]
- Definition Classes
- ResolutionProver
-
def
getLKProof(formula: HOLFormula): Option[LKProof]
- formula
The formula that should be proved.
- returns
An LK-Proof of :- formula, or None if not successful.
- Definition Classes
- Prover
-
def
getResolutionProof(cnf: Traversable[HOLClause]): Option[ResolutionProof]
- Definition Classes
- DrupSolver → ResolutionProver
-
def
getResolutionProof(seq: HOLSequent): Option[ResolutionProof]
- Definition Classes
- ResolutionProver
-
def
getResolutionProof(formula: HOLFormula): Option[ResolutionProof]
- Definition Classes
- ResolutionProver
-
def
getResolutionProof(sequentSet: Traversable[HOLSequent])(implicit dummyImplicit: DummyImplicit): Option[ResolutionProof]
- Definition Classes
- ResolutionProver
-
def
getResolutionProof(cnf: Iterable[ResolutionProof]): Option[ResolutionProof]
- Definition Classes
- ResolutionProver
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
isUnsat(cnf: Iterable[HOLClause]): Boolean
Checks whether a set of clauses is propositionally unsatisfiable.
-
def
isUnsat(formula: HOLFormula): Boolean
Checks whether a formula is unsatisfiable.
Checks whether a formula is unsatisfiable.
- Definition Classes
- Prover
-
def
isValid(seq: HOLSequent): Boolean
- seq
The sequent whose validity should be checked.
- returns
True if the formula is valid.
- Definition Classes
- DrupSolver → ResolutionProver → SATSolver → Prover
-
def
isValid(formula: HOLFormula): Boolean
- formula
The formula whose validity should be checked.
- returns
True if the formula is valid.
- Definition Classes
- Prover
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
-
def
solve(formula: HOLFormula): Option[Interpretation]
- Definition Classes
- SATSolver
-
def
solve(cnf: TraversableOnce[HOLClause]): Option[Interpretation]
- Definition Classes
- SATSolver
-
def
startIncrementalSession(): FakeIncrementalSession
Starts an incremental proving session.
Starts an incremental proving session.
- Definition Classes
- OneShotProver → Prover
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
def
→[B](y: B): (DrupSolver, B)
- Implicit
- This member is added by an implicit conversion from DrupSolver to ArrowAssoc[DrupSolver] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc