From adb7009271496415357968a8b8a886706cc2906e Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 6 Jan 2008 20:38:53 +0000 Subject: [PATCH] add noncircular, now it collapses --- energy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/energy.c b/energy.c index 5e6de24..49d4e43 100644 --- a/energy.c +++ b/energy.c @@ -30,7 +30,7 @@ double compute_energy(const struct Vertices *vs) { COST(1e2, edgewise_vertex_displacement_cost(vs->a)); COST(1e2, graph_layout_cost(vs->a)); COST(1e3, edge_length_variation_cost(vs->a)); -// COST(1e6, noncircular_rim_cost(vs->a)); + COST(1e8, noncircular_rim_cost(vs->a)); if (printing) printf("| total %# e |", energy); -- 2.30.2