diff --git a/rdpt_polytech_burst_2_shortcut_3.rou.xml b/rdpt_polytech_burst_2_shortcut_3.rou.xml new file mode 100644 index 0000000..e08a135 --- /dev/null +++ b/rdpt_polytech_burst_2_shortcut_3.rou.xml @@ -0,0 +1,52 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/rdpt_polytech_shortcut_3.net.xml b/rdpt_polytech_shortcut_3.net.xml new file mode 100644 index 0000000..7a338cd --- /dev/null +++ b/rdpt_polytech_shortcut_3.net.xml @@ -0,0 +1,505 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/runAllNetworks.py b/runAllNetworks.py index b0f472f..625ac03 100644 --- a/runAllNetworks.py +++ b/runAllNetworks.py @@ -16,13 +16,11 @@ def runSim(paths): nbThreads = 7 poly = "rdpt_polytech_fixed.net.xml" paths = [ - [poly, "rdpt_polytech_burst.rou.xml"], - [poly, "rdpt_polytech_burst_2.rou.xml"], - [poly, "rdpt_polytech_burst_2_dynSpeed.rou.xml"], - [poly, "rdpt_polytech_burst_2_div2.rou.xml"], - [poly, "rdpt_polytech_burst_2_IA.rou.xml"], - ["rdpt_polytech_shortcut.net.xml", "rdpt_polytech_burst_2_shortcut.rou.xml"], - ["rdpt_polytech_shortcut_2.net.xml", "rdpt_polytech_burst_2_shortcut_2.rou.xml"], + [poly, "rdpt_polytech_burst_moy.rou.xml"], + [poly, "rdpt_polytech_burst_moy_dynSpeed.rou.xml"], + [poly, "rdpt_polytech_burst_moy_div2.rou.xml"], + [poly, "rdpt_polytech_burst_moy_IA.rou.xml"], + ["rdpt_polytech_shortcut_3.net.xml", "rdpt_polytech_burst_2_shortcut_3.rou.xml"], ["comp_inter.net.xml", "comp_inter.rou.xml"], ["comp_rdp.net.xml", "comp_rdp.rou.xml"] ]