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 voidclose()voidinit()ArcCompanionnext()
-
-
-
Method Detail
-
init
void init()
-
next
ArcCompanion next()
-
close
void close()
-
-