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

Private GIT Repository
Simulate computations in a separate thread.
[loba.git] / cost_func.cpp
index d102fd90772c1abd310ca54333acfbe1ee49fdab..73111999216e837fe156e5dbc0eb23d0c6ef3f7c 100644 (file)
@@ -1,11 +1,11 @@
-#include "cost_func.h"
-
 #include <algorithm>
 #include <cstdlib>
 #include <cstring>
 #include <iterator>
 #include <sstream>
 
+#include "cost_func.h"
+
 cost_func::cost_func(const char* param)
 {
     int len = strlen(param);