Package

at.logic.gapt.formats

ivy

Permalink

package ivy

Content Hierarchy Learn more about scaladoc diagrams
Visibility
  1. Public
  2. All

Type Members

  1. case class Flip(id: String, clause_exp: SExpression, flipped: FormulaOccurrence, vertex: OccClause, t: IvyResolutionProof) extends UnaryAGraph[OccClause] with UnaryAGraphProof[OccClause] with IvyResolutionProof with Product with Serializable

    Permalink
  2. case class InitialClause(id: String, clause_exp: SExpression, vertex: OccClause) extends LeafAGraph[OccClause] with NullaryAGraphProof[OccClause] with IvyResolutionProof with Product with Serializable

    Permalink
  3. case class Instantiate(id: String, clause_exp: SExpression, substitution: FOLSubstitution, vertex: OccClause, t: IvyResolutionProof) extends UnaryAGraph[OccClause] with UnaryAGraphProof[OccClause] with IvyResolutionProof with Product with Serializable

    Permalink
  4. sealed trait IvyResolutionProof extends AGraphProof[OccClause]

    Permalink
  5. case class NewSymbol(id: String, clause_exp: SExpression, lit: FormulaOccurrence, new_symbol: FOLConst, replacement_term: FOLTerm, vertex: OccClause, t: IvyResolutionProof) extends UnaryAGraph[OccClause] with UnaryAGraphProof[OccClause] with IvyResolutionProof with Product with Serializable

    Permalink
  6. case class Paramodulation(id: String, clause_exp: SExpression, position: List[Int], lit: FormulaOccurrence, is_demodulation: Boolean, vertex: OccClause, t1: IvyResolutionProof, t2: IvyResolutionProof) extends BinaryAGraph[OccClause] with BinaryAGraphProof[OccClause] with IvyResolutionProof with Product with Serializable

    Permalink
  7. case class Propositional(id: String, clause_exp: SExpression, vertex: OccClause, t: IvyResolutionProof) extends UnaryAGraph[OccClause] with UnaryAGraphProof[OccClause] with IvyResolutionProof with Product with Serializable

    Permalink
  8. case class Resolution(id: String, clause_exp: SExpression, lit1: FormulaOccurrence, lit2: FormulaOccurrence, vertex: OccClause, t1: IvyResolutionProof, t2: IvyResolutionProof) extends BinaryAGraph[OccClause] with BinaryAGraphProof[OccClause] with IvyResolutionProof with Product with Serializable

    Permalink

Value Members

  1. object FlipType extends UnaryRuleTypeA with Product with Serializable

    Permalink
  2. object InitialClauseType extends NullaryRuleTypeA with Product with Serializable

    Permalink

    *** Define Ivy Proofs in a way that Prooftool can display them ****

  3. object InstantiateType extends UnaryRuleTypeA with Product with Serializable

    Permalink
  4. object IvyParser extends Logger

    Permalink

    Implements parsing of ivy format: https://www.cs.unm.edu/~mccune/papers/ivy/ into Ivy's Resolution calculus.

  5. object NewSymbolType extends UnaryRuleTypeA with Product with Serializable

    Permalink
  6. object ParamodulationType extends BinaryRuleTypeA with Product with Serializable

    Permalink
  7. object PropositionalType extends UnaryRuleTypeA with Product with Serializable

    Permalink
  8. object ResolutionType extends BinaryRuleTypeA with Product with Serializable

    Permalink
  9. package conversion

    Permalink

Ungrouped