at.logic.skeptik.algorithm.compressor.combinedRPILU

IdempotentLowerUnivalentsBeforeRecyclePivots

object IdempotentLowerUnivalentsBeforeRecyclePivots extends LowerUnivalentsBeforeRecyclePivots with IdempotentAlgorithm[SequentProofNode]

Linear Supertypes
Content Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. IdempotentLowerUnivalentsBeforeRecyclePivots
  2. IdempotentAlgorithm
  3. LowerUnivalentsBeforeRecyclePivots
  4. AbstractThreePassLower
  5. Intersection
  6. UnitsCollectingBeforeFixing
  7. AbstractRPIAlgorithm
  8. AbstractRPILUAlgorithm
  9. CompressorAlgorithm
  10. AnyRef
  11. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. sealed abstract class DeletedSide extends AnyRef

    Attributes
    protected
    Definition Classes
    AbstractRPILUAlgorithm
  2. class EdgesToDelete extends AnyRef

    Definition Classes
    AbstractRPILUAlgorithm

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. object BothDS extends DeletedSide

    Attributes
    protected
    Definition Classes
    AbstractRPILUAlgorithm
  7. object LeftDS extends DeletedSide

    Attributes
    protected
    Definition Classes
    AbstractRPILUAlgorithm
  8. object NoDS extends DeletedSide

    Attributes
    protected
    Definition Classes
    AbstractRPILUAlgorithm
  9. object RightDS extends DeletedSide

    Attributes
    protected
    Definition Classes
    AbstractRPILUAlgorithm
  10. def apply(proof: Proof[SequentProofNode], guard: Guard[SequentProofNode]): Proof[SequentProofNode]

  11. def apply(proof: Proof[SequentProofNode]): Proof[SequentProofNode]

  12. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  13. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  14. def collectEdgesToDelete(proof: Proof[SequentProofNode], rootSafeLiterals: SetSequent, unitsSafeLiterals: Map[SequentProofNode, SetSequent]): EdgesToDelete

    Attributes
    protected
    Definition Classes
    AbstractThreePassLower
  15. def collectLowerables(proof: Proof[SequentProofNode]): (SetSequent, List[SequentProofNode], HashMap[SequentProofNode, SetSequent], HashMap[SequentProofNode, SetSequent])

    Attributes
    protected
    Definition Classes
    LowerUnivalentsBeforeRecyclePivots
  16. def computeSafeLiterals(proof: SequentProofNode, childrensSafeLiterals: Seq[(SequentProofNode, SetSequent)], edgesToDelete: EdgesToDelete): SetSequent

    Attributes
    protected
    Definition Classes
    IntersectionAbstractRPIAlgorithm
  17. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  18. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  19. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  20. def fixProofNodes(edgesToDelete: EdgesToDelete)(p: SequentProofNode, fixedPremises: Seq[SequentProofNode]): SequentProofNode

    Attributes
    protected
    Definition Classes
    AbstractRPILUAlgorithm
  21. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  22. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  23. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  24. def isUnit(proof: SequentProofNode, nodeCollection: Proof[SequentProofNode]): Boolean

    Attributes
    protected
    Definition Classes
    AbstractRPILUAlgorithm
  25. def mapFixedProofNodes(proofsToMap: Set[SequentProofNode], edgesToDelete: EdgesToDelete, nodeCollection: Proof[SequentProofNode]): HashMap[SequentProofNode, SequentProofNode]

    Attributes
    protected
    Definition Classes
    UnitsCollectingBeforeFixing
  26. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  27. final def notify(): Unit

    Definition Classes
    AnyRef
  28. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  29. def safeLiteralsFromChild(childWithSafeLiterals: (SequentProofNode, SetSequent), parent: SequentProofNode, edgesToDelete: EdgesToDelete): SetSequent

    Attributes
    protected
    Definition Classes
    AbstractRPIAlgorithm
  30. def sideOf(parent: SequentProofNode, child: SequentProofNode): DeletedSide

    Attributes
    protected
    Definition Classes
    AbstractRPILUAlgorithm
  31. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  32. def toString(): String

    Definition Classes
    AnyRef → Any
  33. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  34. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  35. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from AbstractThreePassLower

Inherited from Intersection

Inherited from AbstractRPIAlgorithm

Inherited from AbstractRPILUAlgorithm

Inherited from AnyRef

Inherited from Any

Ungrouped