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 classNetworkThis class extends the minimum-cost flow network by providing operations and data structures for removal and modification of arcs.classPruningMethods in org.jacop.constraints.netflow with parameters of type MutableNetwork Modifier and Type Method Description private voidDomainStructure. groundArc(int arcID, boolean active, MutableNetwork network)voidArcCompanion. processEvent(IntVar variable, MutableNetwork network)voidDomainStructure. processEvent(IntVar variable, MutableNetwork network)voidMultiVarHandler. processEvent(IntVar variable, MutableNetwork network)voidVarHandler. 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.voidArcCompanion. restore(MutableNetwork network)Restores the capacity and weight of the arc after backtracking.
-