Initial progress on subsumption DFA. Why is this branch called subsumption-tree?

This commit is contained in:
gothictomato
2022-07-21 10:56:05 -04:00
parent 1d938273f3
commit 8e34675408
6 changed files with 448 additions and 2 deletions

11
main.c
View File

@@ -3,8 +3,19 @@
#include "gpusolver.h"
#include "time.h"
#include "tests/masterTest.h"
#include "ncnf.h"
int main() {
ncnf* c2 = nreadDIMACS("/home/lev/Downloads/uf20/uf20-02.cnf");
nprintcnf(c2);
printf("\n\n\n\n");
nprintcnf2(c2);
nsortlastnum(c2);
printf("\n\n\n\n");
nprintcnf2(c2);
printf("the balcony is to your left\n");
return 0;
/*
srand( utime());
u32 cnt = 4096;