Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Added support for sampling up to a given number of iterations or until a threshold...
[simgrid.git] / buildtools / Cmake / test_prog / prog_gtnets.cpp
1 #include <simulator.h>
2
3 int main(){
4   Simulator s;
5   s.RunUntilNextCompletion();
6 }
7