package cutintro
Content Hierarchy
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- trait GrammarFindingMethod extends AnyRef
- case class MaxSATMethod (solver: MaxSATSolver, nonTerminalLengths: Int*) extends GrammarFindingMethod with Product with Serializable
-
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 improveSolutionLK
- object sehsToVTRATG
- object vtratgToSEHS