package cutintro
Content Hierarchy
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- class ClauseWithIndexLists extends AnyRef
- class ClausesWithIndexLists extends AnyRef
- trait GrammarFindingMethod extends AnyRef
- class LeafIndex extends AnyRef
- class LiteralWithIndexLists extends AnyRef
- case class MaxSATMethod (solver: MaxSATSolver, nonTerminalLengths: Int*) extends GrammarFindingMethod with Product with Serializable
-
case class
Pi2SeHs
(reducedRepresentation: Sequent[FOLFormula], universalEigenvariable: FOLVar, existentialEigenvariables: List[FOLVar], substitutionsForAlpha: List[LambdaExpression], substitutionsForBetaWithAlpha: List[LambdaExpression]) extends Product with Serializable
Created by root on 26.01.17.
-
case class
SchematicExtendedHerbrandSequent
(us: Sequent[(FOLFormula, Seq[Seq[FOLTerm]])], ss: Seq[(Seq[FOLVar], Seq[Seq[FOLTerm]])]) extends Product with Serializable
Represents a schematic extended Herbrand sequent.
Represents a schematic extended Herbrand sequent.
- us
Formulas of the original end-sequent, together with their instances.
- ss
Instances of the cut-implications.
- case class SolutionStructure (sehs: SchematicExtendedHerbrandSequent, formulas: Seq[FOLFormula]) extends Product with Serializable
Value Members
- object CutIntroduction extends Logger
- object MaxSATMethod extends Serializable
- object ReforestMethod extends GrammarFindingMethod with Product with Serializable
- object beautifySolution
-
object
gStarUnify
Created by root on 26.01.17.
- object improveSolutionLK
- object introducePi2Cut
-
object
proveWithPi2Cut
Created by root on 08.02.17.
- object sehsToVTRATG
- object vtratgToSEHS