|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbe.ac.ulg.montefiore.run.totem.repository.MplsRouting.MplsRouting
public class MplsRouting
Compute the optimal full mesh of LSPs using a MIP solver. This model used one LSP for each demand. This problem with the unicity of the path is very complex and perhaps can takes a long time before finding solutions on big networks.
Creation date: 25-Mar-2005 11:41:34
| Constructor Summary | |
|---|---|
MplsRouting()
|
|
MplsRouting(java.lang.String dataFile,
java.lang.String resultFile)
Specify a data file and a result file |
|
| Method Summary | |
|---|---|
float[] |
compute(Domain domain,
TrafficMatrix tm)
Compute the link utilisation produce by the Mpls Routing using glpsol |
void |
createDataFile(Domain domain,
TrafficMatrix tm)
Create the data file |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MplsRouting()
public MplsRouting(java.lang.String dataFile,
java.lang.String resultFile)
dataFile - resultFile - | Method Detail |
|---|
public float[] compute(Domain domain,
TrafficMatrix tm)
throws java.io.IOException,
LinkNotFoundException,
NodeNotFoundException
domain - tm -
java.io.IOException
LinkNotFoundException
NodeNotFoundException
public void createDataFile(Domain domain,
TrafficMatrix tm)
throws java.io.IOException,
NodeNotFoundException,
LinkNotFoundException
domain - tm -
java.io.IOException
NodeNotFoundException
LinkNotFoundException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||