Uses of Interface
org.jacop.constraints.netflow.MutableNetwork
Packages that use MutableNetwork
-
Uses of MutableNetwork in org.jacop.constraints.netflow
Classes in org.jacop.constraints.netflow that implement MutableNetworkModifier and TypeClassDescriptionclassThis class extends the minimum-cost flow network by providing operations and data structures for removal and modification of arcs.classMethods in org.jacop.constraints.netflow with parameters of type MutableNetworkModifier and TypeMethodDescriptionprivate 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.