ReductionStrategy
org.ddolibscala.tools.ddo.heuristics.cluster.ReductionStrategy
trait ReductionStrategy[T] extends ReductionStrategy[T]
Interface defining a strategy to reduce the number of nodes in a layer of a decision diagram by clustering nodes for restriction and relaxation.
Implementations of this interface determine how to group nodes into clusters when the layer exceeds a desired maximum width. All nodes assigned to clusters are removed from the original layer.
Type parameters
- T
-
the type of states in the decision diagram
Attributes
- Graph
-
- Supertypes
-
trait ReductionStrategy[T]class Objecttrait Matchableclass Any
Members list
In this article