chiark / gitweb /
add nprocessors utility
[moebius2.git] / minimise.h
index 2374c92dbeb20c5a0f27783848d8ecf4cb4f3161..a0761250e28ae5131988c0c10f7bed321bb16a4f 100644 (file)
@@ -22,8 +22,10 @@ double noncircular_rim_cost(const Vertices vertices);
 double edge_length_variation_cost(const Vertices vertices);
 double rim_proximity_cost(const Vertices vertices);
 
-extern const char *input_file, *output_file;
-extern char *output_file_tmp;
+extern const char *input_file, *best_file;
+extern char *best_file_tmp;
+extern long long evaluations;
+extern double stop_epsilon;
 
 enum printing_instance { pr_cost, pr_size, pr__max };
 int printing_check(enum printing_instance, int indent);