<?xml version="1.0" encoding="ISO-8859-1"?>
<!--
    This scenario optimises the IP metric using IGP-WO on the abilene network with traffic matrix TM0.
    It displays the link load before and after the metric optimisation.

    Author : Fabian Skivee (skivee@run.montefiore.ulg.ac.be)
-->
<scenario
    xsi:schemaLocation="http://jaxb.model.scenario.totem.run.montefiore.ulg.ac.be http://totem.run.montefiore.ulg.ac.be/Schema/Scenario-v1_3.xsd"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xmlns="http://jaxb.model.scenario.totem.run.montefiore.ulg.ac.be">
    <loadDomain file="examples/abilene/abilene.xml" defaultDomain="true"/>
    <loadTrafficMatrix file="examples/abilene/TrafficMatrix/TM0-abilene.xml"/>
    <echo msg="Link loads with standard weights (spf)"/>
    <IGPRouting />
    <showLinkLoad perLink="false"/>
    <startAlgo name="IGPWO"/>
    <echo msg=""/>
    <echo msg="Executing IGPWO"/>
    <IGPWOCalculateWeights  nbIter="50" maxPossibleWeight="150"/>
    <echo msg=""/>
    <echo msg="Information about link loads with new optimized TE weights"/>
    <startAlgo name="CSPFTEMetric"/>
    <IGPRouting SPFtype="CSPFTEMetric"/>
    <showLinkLoad perLink="false"/>
</scenario>

