X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=moebius2.git;a=blobdiff_plain;f=energy.c;h=a54cfe2f93bf07ab70d0f9bce02639a868bd9b1b;hp=ed50bc7e0effa6d235d6c29d02c22aab7feee5b5;hb=190a54bc07e4c1497938a31373543650d3f19c55;hpb=bc3b5b8813e120b28b3148d8c7412fa9937f6cb1 diff --git a/energy.c b/energy.c index ed50bc7..a54cfe2 100644 --- a/energy.c +++ b/energy.c @@ -27,7 +27,7 @@ double compute_energy(const struct Vertices *vs) { COST(1e2, edgewise_vertex_displacement_cost(vs->a)); COST(1e2, graph_layout_cost(vs->a,vertex_areas)); -// COST(1e4, noncircular_rim_cost(vs->a)); + COST(1e6, noncircular_rim_cost(vs->a)); if (printing) printf("| total %# e |", energy);