Package | Description |
---|---|
org.jacop.constraints.netflow |
Modifier and Type | Class and 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 |
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2022. All rights reserved.