Early subsumption complete

Signed-off-by: gothictomato <gothictomato@pm.me>
This commit is contained in:
gothictomato
2022-08-21 12:49:48 -04:00
parent a1b6cdaea9
commit 4c111f4b6f
8 changed files with 277 additions and 323 deletions

2
cnf.h
View File

@@ -3,6 +3,7 @@
#include <stdlib.h>
#include <string.h>
#include <stdio.h>
/*
#define CHECK(X, Y) if (X == NULL) { \
@@ -31,3 +32,4 @@ void sortlastnum(cnf* c, u64 N);
void freecnf(cnf* c);
*/