Packages

o

gapt.proofs.lk.reductions

gradeReduction

object gradeReduction extends CutReduction

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

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 logical complexity of the cut formula or removes the cut.

    Reduces the logical complexity of the cut formula or removes the cut.

    cut

    The proof to which the reduction is applied.

    returns

    A reduced proof or None if the reduction could not be applied to the given proof.

  7. def applyWithSequentConnector(cut: CutRule): Option[(LKProof, SequentConnector)]
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate() @throws( ... )
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  12. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  13. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  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() @HotSpotIntrinsicCandidate()
  18. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  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
    gradeReductionCutReduction
  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( ... )
  27. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  28. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

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

    (Since version ) see corresponding Javadoc for more information.

Inherited from CutReduction

Inherited from Reduction

Inherited from AnyRef

Inherited from Any

Ungrouped