mascoptCplex.algos.networks
Class ApproxIntegralMCFRaghavanSum

java.lang.Object
  |
  +--mascoptCplex.algos.networks.ApproxIntegralMCFRaghavan
        |
        +--mascoptCplex.algos.networks.ApproxIntegralMCFRaghavanSum

public class ApproxIntegralMCFRaghavanSum
extends ApproxIntegralMCFRaghavan

Provides algorithm of Raghavan (1994), approximation of integral MCF by random rounded. Use one MCF fractionnal like probability distribution to calculate the Integral MCF. The solution of this problem is saved in WDMNetwork object like a main solution. The objective function of fractionnal MCF is to Minimize the sum of flow in the problem. if you use an other objective see ApproxIntegralMCFRaghavan.


Field Summary
 
Fields inherited from class mascoptCplex.algos.networks.ApproxIntegralMCFRaghavan
CAPACITY_STRING_VALUE, network, REQUEST_SIZE, W
 
Constructor Summary
ApproxIntegralMCFRaghavanSum(WDMNetwork wdm)
           
 
Methods inherited from class mascoptCplex.algos.networks.ApproxIntegralMCFRaghavan
run
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ApproxIntegralMCFRaghavanSum

public ApproxIntegralMCFRaghavanSum(WDMNetwork wdm)