summaryrefslogtreecommitdiff
path: root/inc/cad
diff options
context:
space:
mode:
authorJesper Jensen <jesper@jnsn.dev>2026-04-06 09:43:13 +0200
committerJesper Jensen <jesper@jnsn.dev>2026-04-06 13:02:39 +0200
commit57ad11effae4e9562253d1fcf38469bd3d5ae69c (patch)
tree5520ed05e1421a1969a878f42a14b0cd706fb1e5 /inc/cad
parent40190bc4e1a994a3faf5f5477d9f6e8b73ffe95d (diff)
Refactor the trangle building as propgation style
Diffstat (limited to 'inc/cad')
-rw-r--r--inc/cad/debug.h5
1 files changed, 5 insertions, 0 deletions
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 <stdint.h>
+
+void print_subassemblies(struct constraints *c, struct subassembly *assemblies, size_t assemblies_num);