chiark / gitweb /
quite nice
[moebius2.git] / minimise.h
index 2043d16249eef6ce6458a0de18030ca20437a52e..f1da76f1103458e54f32af6107511f42d947956c 100644 (file)
@@ -19,6 +19,7 @@ extern double vertex_areas[N], vertex_mean_edge_lengths[N], edge_lengths[N][V6];
 double noncircular_rim_cost(const Vertices vertices);
 double edgewise_vertex_displacement_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;