Initial progress on subsumption DFA. Why is this branch called subsumption-tree?
This commit is contained in:
11
main.c
11
main.c
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user