Changed main.c back to normal run mode from testing
Signed-off-by: gothictomato <gothictomato@pm.me>
This commit is contained in:
4
main.c
4
main.c
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user