OneWayReduction_

gapt.proofs.reduction.OneWayReduction_
trait OneWayReduction_[P] extends Reduction[P, P, Nothing, Any]

A reduction without back-translation.

Attributes

Source
manySorted.scala
Graph
Supertypes
trait Reduction[P, P, Nothing, Any]
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Inherited methods

def |>[P2_ >: P, P3, S2_, S3](other: Reduction[P2_, P3, S2_, S3]): Reduction[P, P3, Nothing, S3]

Sequentially composes reductions.

Sequentially composes reductions.

Attributes

Inherited from:
Reduction
Source
manySorted.scala

Inherited and Abstract methods

def forward(problem: P): (P, Any => Nothing)

Attributes

Inherited from:
Reduction
Source
manySorted.scala