Package | Description |
---|---|
org.jacop.constraints.netflow | |
org.jacop.constraints.netflow.simplex |
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 |
---|---|
static List<Arc> |
Assert.allArcsForDebug(NetworkSimplex g) |
static boolean |
Assert.checkFlow(NetworkSimplex g) |
static boolean |
Assert.checkInfeasibleNodes(NetworkSimplex g) |
static boolean |
Assert.checkOptimality(NetworkSimplex g) |
static boolean |
Assert.checkStructure(NetworkSimplex g) |
Modifier and Type | Field and Description |
---|---|
NetworkSimplex |
Danzig.network |
Constructor and Description |
---|
Danzig(NetworkSimplex network) |
Copyright © 2022. All rights reserved.