<?xml version="1.0" encoding="ISO-8859-1"?>
<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
        http://jaxb.scenario.SAMTE.repository.totem.run.montefiore.ulg.ac.be http://totem.run.montefiore.ulg.ac.be/Schema/SAMTE-Scenario-v1_0.xsd"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xmlns:samte="http://jaxb.scenario.SAMTE.repository.totem.run.montefiore.ulg.ac.be"
    xmlns="http://jaxb.model.scenario.totem.run.montefiore.ulg.ac.be">

    <loadDomain file="examples/abilene/abilene.xml" removeMultipleLinks="true" defaultDomain="true"/>
    <loadTrafficMatrix file="examples/abilene/TrafficMatrix/TM1-abilene.xml" TMID="0"/>
    <samte:generateCPL fileName="examples/abilene/cpl-abilene-12H-20P.txt" nbPath="20" maxDepth="12" verbose="false"/>
    <samte:SAMTE cplName="examples/abilene/cpl-abilene-12H-20P.txt" nbRun="1" nbLSP="5" TMID="0">
        <samte:simulatedAnnealing T0="10" alpha="0.9" L="5000" E="5">
            <samte:objectiveFunction name="MAX_LOAD"/>
        </samte:simulatedAnnealing>
    </samte:SAMTE>
    
    <echo msg="Link load with basic IGP shortcut"/>
    <startAlgo name="CSPFInvCap"/>
    <IGPRouting strategy="BIS" SPFtype="CSPFInvCap" ASID="11537" TMID="0"/>
    <showLinkLoad perLink="false"/>
    <echo msg="Link load using pure IP"/>
    <IGPRouting strategy="IP" SPFtype="CSPFInvCap" ASID="11537" TMID="0"/>
    <showLinkLoad perLink="false"/>
</scenario>

