|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--mascoptCplex.algos.networks.ProtectionRoutingMN
| Field Summary | |
String |
CAPACITY_STRING_VALUE
String which is read on edges for the capacity. |
int |
W
Number of wavelength per fiber. |
| Constructor Summary | |
ProtectionRoutingMN(WDMNetwork network,
int N,
boolean integerCompute)
|
|
| Method Summary | |
RoutingCplexFlowCapacityMax |
computeNetwork(NetworkCplexFlow network)
compute the NetworkCplexFlow with a RoutingCplexFlowCapacityMax. |
void |
computeRouting()
Solve the problem of the network. |
void |
solve()
Solve the problem |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public String CAPACITY_STRING_VALUE
public int W
| Constructor Detail |
public ProtectionRoutingMN(WDMNetwork network,
int N,
boolean integerCompute)
| Method Detail |
public void solve()
public void computeRouting()
public RoutingCplexFlowCapacityMax computeNetwork(NetworkCplexFlow network)
network - representing the problem to compute.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||