Signed-off-by: gothictomato <gothictomato@pm.me>
@@ -1,5 +1,6 @@
#include "cnf.h"
/*
cnf* readDIMACS(char* path) {
cnf* c = malloc(sizeof(cnf));
CHECK(c, "Failed to alloc CNF struct\n");
@@ -324,4 +325,5 @@ void sortlastnum(cnf* c, u64 N) {
memcpy(c->lastvars, swaparr, sizeof(u32) * c->clausecnt);
free(swaparr);
free(d);
}
*/
The note is not visible to the blocked user.