Progress on early subsumption
Signed-off-by: gothictomato <gothictomato@pm.me>
This commit is contained in:
4
cnf.h
4
cnf.h
@@ -4,6 +4,7 @@
|
||||
#include <string.h>
|
||||
#include <stdio.h>
|
||||
|
||||
|
||||
#define CHECK(X, Y) if (X == NULL) { \
|
||||
printf(Y); \
|
||||
return NULL; \
|
||||
@@ -20,6 +21,7 @@ typedef struct {
|
||||
u8* pars;
|
||||
} cnf;
|
||||
|
||||
|
||||
cnf* readDIMACS(char* path);
|
||||
|
||||
void printcnf(cnf* c);
|
||||
@@ -28,4 +30,4 @@ void printcnf(cnf* c);
|
||||
void sortlastnum(cnf* c, u64 N);
|
||||
|
||||
|
||||
void freecnf(cnf* c);
|
||||
void freecnf(cnf* c);
|
||||
|
||||
Reference in New Issue
Block a user