#ifndef Heuristic_H #define Heuristic_H /* Last edited on 2025-03-13 05:16:24 by stolfi */ /* One complex-3D heuristic. */ #include #include void DisplaceKnot(Octf_Place_t p, Coords_t *c, bool_vec_t *variable, ElemTableRec_t *top, rand_t *coins); /* Displace the knot {u==OrgV(a)}, to neighbor's barycenter so as to minimize the Excentricity energy. Only moves knots that are marked {variable}. */ #endif