Packages

o

gapt.proofs.lk.reductions

leftRankReduction

object leftRankReduction extends CutReduction

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. leftRankReduction
  2. CutReduction
  3. Reduction
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def andThen(reduction: CutReduction): CutReduction
    Definition Classes
    CutReduction
  5. def andThen(reduction: Reduction): Reduction
    Definition Classes
    Reduction
  6. def apply(cut: CutRule): Option[LKProof]

    Reduces the rank of the cut by permuting it upwards on the left-hand side.

    Reduces the rank of the cut by permuting it upwards on the left-hand side.

    cut

    The proof to which the left rank reduction is applied

    returns

    A reduced proof or None if the left rank reduction could not be applied.

  7. def applyWithSequentConnector(cut: CutRule): Option[(LKProof, SequentConnector)]
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  12. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  13. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  14. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  15. def isRedex(proof: LKProof): Boolean
    Definition Classes
    Reduction
  16. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  18. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  19. def orElse(reduction: CutReduction): CutReduction
    Definition Classes
    CutReduction
  20. def orElse(reduction: Reduction): Reduction
    Definition Classes
    Reduction
  21. def redexes(proof: LKProof): Seq[LKProof]
    Definition Classes
    Reduction
  22. def reduce(proof: CutRule): Option[LKProof]
    Definition Classes
    leftRankReductionCutReduction
  23. def reduce(proof: LKProof): Option[LKProof]
    Definition Classes
    CutReductionReduction
  24. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  25. def toString(): String
    Definition Classes
    AnyRef → Any
  26. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  27. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  28. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from CutReduction

Inherited from Reduction

Inherited from AnyRef

Inherited from Any

Ungrouped