Changed main.c back to normal run mode from testing

Signed-off-by: gothictomato <gothictomato@pm.me>
This commit is contained in:
gothictomato
2022-07-17 21:42:47 -04:00
parent 7ce1e80739
commit 511ab6c8d8

4
main.c
View File

@@ -5,8 +5,6 @@
#include "tests/masterTest.h"
int main() {
runuf20();
return 0;
/*
srand( utime());
u32 cnt = 4096;
@@ -28,6 +26,8 @@ int main() {
}
*/
/* Expects a path to a DIMACS file */
cnf* c = readDIMACS("/home/lev/Downloads/uf50/uf50-088.cnf");
// printf("%u\n", c->litcnt);