object CutIntroduction extends Logger
Ordering
- Alphabetic
- By Inheritance
Inherited
- CutIntroduction
- Logger
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- trait BackgroundTheory extends AnyRef
- class CutIntroException extends Exception
- abstract case class InputProof extends Product with Serializable
- class NonCoveringGrammarException extends CutIntroException
-
class
UnprovableException
extends CutIntroException
Thrown if Extended Herbrand Sequent is unprovable.
Thrown if Extended Herbrand Sequent is unprovable. In theory this does not happen. In practice it does happen if the method used for searching a proof covers a too weak theory (e.g. no equality) or is not complete.
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def apply(inputProof: InputProof, method: GrammarFindingMethod = DeltaTableMethod()): Option[LKProof]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def buildProofWithCut(solStruct: SolutionStructure, prover: Prover): LKProof
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- def compressToSolutionStructure(inputProof: InputProof, method: GrammarFindingMethod = DeltaTableMethod()): Option[SolutionStructure]
-
def
computeCanonicalSolution(sehs: SchematicExtendedHerbrandSequent): List[FOLFormula]
Computes the modified canonical solution, where instances of formulas in the end-sequent are introduced as late as possible.
- def constructLKProof(solStruct: SolutionStructure, backgroundTheory: BackgroundTheory): LKProof
-
def
debug(msg: ⇒ Any): Unit
- Attributes
- protected
- Definition Classes
- Logger
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
error(msg: ⇒ Any, e: Throwable): Nothing
- Attributes
- protected
- Definition Classes
- Logger
-
def
error(msg: ⇒ Any): Unit
- Attributes
- protected
- Definition Classes
- Logger
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
-
def
info(msg: ⇒ Any): Unit
- Attributes
- protected
- Definition Classes
- Logger
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
makeVerbose(): Unit
- Definition Classes
- Logger
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
trace(msg: ⇒ Any): Unit
- Attributes
- protected
- Definition Classes
- Logger
-
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
warn(msg: ⇒ Any, e: Throwable): Unit
- Attributes
- protected
- Definition Classes
- Logger
-
def
warn(msg: ⇒ Any): Unit
- Attributes
- protected
- Definition Classes
- Logger
- object BackgroundTheory
- object InputProof extends Serializable
Deprecated Value Members
-
def
compressLKProof(inputProof: InputProof, method: GrammarFindingMethod = DeltaTableMethod(), verbose: Boolean = false): Option[LKProof]
- Annotations
- @deprecated
- Deprecated
(Since version 2.3) Use CutIntroduction(...) instead.
-
def
compressToLK(inputProof: InputProof, method: GrammarFindingMethod = DeltaTableMethod(), verbose: Boolean = false): Option[LKProof]
- Annotations
- @deprecated
- Deprecated
(Since version 2.3) Use CutIntroduction(...) instead.