From 57ad11effae4e9562253d1fcf38469bd3d5ae69c Mon Sep 17 00:00:00 2001 From: Jesper Jensen Date: Mon, 6 Apr 2026 09:43:13 +0200 Subject: Refactor the trangle building as propgation style --- inc/cad/debug.h | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 inc/cad/debug.h (limited to 'inc/cad/debug.h') diff --git a/inc/cad/debug.h b/inc/cad/debug.h new file mode 100644 index 0000000..b08463f --- /dev/null +++ b/inc/cad/debug.h @@ -0,0 +1,5 @@ +#include "cad/solve.h" + +#include + +void print_subassemblies(struct constraints *c, struct subassembly *assemblies, size_t assemblies_num); -- cgit v1.2.3