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 TypeClassDescriptionclass
This class extends the minimum-cost flow network by providing operations and data structures for removal and modification of arcs.class
Methods in org.jacop.constraints.netflow with parameters of type MutableNetworkModifier and TypeMethodDescriptionprivate 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.