#include <string>
#include "cost_func.h"
+#include "deployment.h"
#include "named_object_list.h"
#include "process.h"
loba_algorithms_type();
} loba_algorithms;
-#if 0
extern struct topologies_type:
- public named_object_list<xxx> {
+ public named_object_list<deployment_generator> {
topologies_type();
} topologies;
-#endif
// Utility functions
int parse_args(int* argc, char* argv[]);