ens-ulm-1

google hashcode 2014 source for team ens-ulm-1
git clone https://a3nm.net/git/ens-ulm-1/
Log | Files | Refs

td.cpp (413B)


      1 
      2 #include "../louis/louis.cpp"
      3 #include "../mc/prune.cpp"
      4 
      5 int vu[N_ARETES_MAJ];
      6 
      7 int main() {
      8   lecture_entree();
      9   init_use();
     10   init_solution(_solution);
     11   goto_etoile2(_solution);
     12   const int D = 10000;
     13   for (int i = 0; i < D; i++) {
     14     for (int v = 0; v< n_vehicules;v++) {
     15 
     16       }
     17     }
     18   }
     19   prune(_solution, sol2);
     20   complete_all(sol2);
     21   tronque_solution(sol2, t_autorise);
     22 
     23   affiche_sortie(sol2);
     24 }