@echo off

echo Start 3 instances of example_complete_graph in 3 terminals

start python example_complete_graph.py 0 3
start python example_complete_graph.py 1 3
start python example_complete_graph.py 2 3
