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