mascoptCplex.networks
Class NetworkCplexFlowConstrains
java.lang.Object
|
+--mascoptDev.networks.Network
|
+--mascoptCplex.networks.NetworkCplexFlow
|
+--mascoptCplex.networks.NetworkCplexFlowConstrains
- public class NetworkCplexFlowConstrains
- extends NetworkCplexFlow
- Author:
- fabrice.peix@sophia.inria.fr
Method Summary |
void |
initFlow()
Initialize the flow of network. |
Methods inherited from class mascoptCplex.networks.NetworkCplexFlow |
addPathSolution, clearPathSolution, getCableGraph, getCapacity, getPathSolution, getRequestGraph, putCapacity, removePathSolution, setPathSolution, setPathSolution, setRequestArcSet |
NetworkCplexFlowConstrains
public NetworkCplexFlowConstrains(DiGraph cable,
DiGraph request,
boolean integerCompute)
- Parameters:
cable
- The DiGraph
representing the
cables of the network.request
- The DiGraph
representing
requests on the network.integerCompute
- Computation mode
initFlow
public void initFlow()
- Initialize the flow of network.
- Overrides:
initFlow
in class NetworkCplexFlow