]> AND Private Git Repository - loba.git/blob - loba_besteffort.cpp
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
18e8c0c790591c1df0fa654e41d6e11847714431
[loba.git] / loba_besteffort.cpp
1 #include <xbt/log.h>
2
3 XBT_LOG_EXTERNAL_DEFAULT_CATEGORY(loba);
4
5 #include "loba_besteffort.h"
6
7 void loba_besteffort::load_balance()
8 {
9     // write code here...
10     xbt_die("Load-balancing algorithm besteffort not implemented!");
11 }
12
13 // Local variables:
14 // mode: c++
15 // End: