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

Field Summary
 
Fields inherited from class mascoptCplex.networks.NetworkCplexFlow
allPathSolution, CAPACITY_STRING_VALUE, cplex, flow, integerComputation, status
 
Constructor Summary
NetworkCplexFlowConstrains(DiGraph cable, DiGraph request, boolean integerCompute)
           
 
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
 
Methods inherited from class mascoptDev.networks.Network
addGraph, getGraph
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NetworkCplexFlowConstrains

public NetworkCplexFlowConstrains(DiGraph cable,
                                  DiGraph request,
                                  boolean integerCompute)
Parameters:
cable - The DiGraphrepresenting the cables of the network.
request - The DiGraphrepresenting requests on the network.
integerCompute - Computation mode
Method Detail

initFlow

public void initFlow()
Initialize the flow of network.

Overrides:
initFlow in class NetworkCplexFlow