Package org.jacop.constraints.netflow
Interface Pruning.PruningStrategy
-
- All Known Implementing Classes:
Pruning.PercentStrategy
- Enclosing class:
- Pruning
static interface Pruning.PruningStrategy
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
close()
void
init()
ArcCompanion
next()
-
-
-
Method Detail
-
init
void init()
-
next
ArcCompanion next()
-
close
void close()
-
-