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 forward(problem: P): (P2, S2 => S1)

Attributes

Inherited from:
Reduction
Source
manySorted.scala
def |>[P2_ >: P, P3, S2_, S3](other: Reduction[P2_, P3, S2_, S3]): Reduction[P1, P3, S1, S3]

Sequentially composes reductions.

Sequentially composes reductions.

Attributes

Inherited from:
Reduction
Source
manySorted.scala