mascoptDev.algos.graph
Class NDCplexInteger
java.lang.Object
|
+--mascoptDev.algos.graph.NDCplexInteger
- public class NDCplexInteger
- extends Object
Provides an algorithm to solve (by using cplex)
the network design problem.
This linear program is considered with an arc-path formulation, you must enter
a map (which is a public HashMap phiMap) which contains the set of
paths for each request.
We have as entry : one graph G, one request graph D
result : resolution solve the problem (with cplex) and write the solution
INFINI
public double INFINI
phiMap
public HashMap phiMap
varpMap
public HashMap varpMap
xMap
public HashMap xMap
NDCplexInteger
public NDCplexInteger(Graph G,
Graph D)
resolution
public void resolution()