Class Danzig
- java.lang.Object
-
- org.jacop.constraints.netflow.simplex.Danzig
-
-
Field Summary
Fields Modifier and Type Field Description NetworkSimplexnetwork
-
Constructor Summary
Constructors Constructor Description Danzig(NetworkSimplex network)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Arcnext()Finds the lower arc which violates optimality the most (If all lower arcs satisfy optimality then all upper arcs do too.voidreset()
-
-
-
Field Detail
-
network
public NetworkSimplex network
-
-
Constructor Detail
-
Danzig
public Danzig(NetworkSimplex network)
-
-