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"
|
#include "tests/masterTest.h"
|
||||||
|
|
||||||
int main() {
|
int main() {
|
||||||
runuf20();
|
|
||||||
return 0;
|
|
||||||
/*
|
/*
|
||||||
srand( utime());
|
srand( utime());
|
||||||
u32 cnt = 4096;
|
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");
|
cnf* c = readDIMACS("/home/lev/Downloads/uf50/uf50-088.cnf");
|
||||||
// printf("%u\n", c->litcnt);
|
// printf("%u\n", c->litcnt);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user