Uses of Interface
org.jacop.constraints.netflow.MutableNetwork
-
Packages that use MutableNetwork Package Description org.jacop.constraints.netflow -
-
Uses of MutableNetwork in org.jacop.constraints.netflow
Classes in org.jacop.constraints.netflow that implement MutableNetwork Modifier and Type Class Description class
Network
This class extends the minimum-cost flow network by providing operations and data structures for removal and modification of arcs.class
Pruning
Methods in org.jacop.constraints.netflow with parameters of type MutableNetwork Modifier and Type Method Description private void
DomainStructure. groundArc(int arcID, boolean active, MutableNetwork network)
void
ArcCompanion. processEvent(IntVar variable, MutableNetwork network)
void
DomainStructure. processEvent(IntVar variable, MutableNetwork network)
void
MultiVarHandler. processEvent(IntVar variable, MutableNetwork network)
void
VarHandler. processEvent(IntVar variable, MutableNetwork network)
Informs the handler that one of its variable has changed and asks the handler to update the state of the network accordingly.void
ArcCompanion. restore(MutableNetwork network)
Restores the capacity and weight of the arc after backtracking.
-