chiark / gitweb /
wip new energy functions
[moebius2.git] / minimise.h
index a0761250e28ae5131988c0c10f7bed321bb16a4f..60efb3e53a07d83985cb277e927d400897d4c988 100644 (file)
@@ -21,6 +21,8 @@ double line_bending_cost(const Vertices vertices);
 double noncircular_rim_cost(const Vertices vertices);
 double edge_length_variation_cost(const Vertices vertices);
 double rim_proximity_cost(const Vertices vertices);
+double edge_angle_cost(const Vertices vertices);
+double small_triangles_cost(const Vertices vertices);
 
 extern const char *input_file, *best_file;
 extern char *best_file_tmp;