Progress on early subsumption
Signed-off-by: gothictomato <gothictomato@pm.me>
This commit is contained in:
@@ -33,7 +33,8 @@ i32 runuf20() {
|
||||
|
||||
cnf* c = readDIMACS(buf);
|
||||
|
||||
sortlastnum(c, c->litcnt);
|
||||
// TODO: Uncomment
|
||||
// sortlastnum(c, c->litcnt);
|
||||
|
||||
u64 start = utime();
|
||||
i32 res = gpusolve(c);
|
||||
@@ -59,7 +60,8 @@ i32 runuf50() {
|
||||
|
||||
cnf* c = readDIMACS(buf);
|
||||
|
||||
sortlastnum(c, c->litcnt);
|
||||
// TODO: Uncomment
|
||||
// sortlastnum(c, c->litcnt);
|
||||
|
||||
u64 start = utime();
|
||||
i32 res = gpusolve(c);
|
||||
@@ -85,7 +87,8 @@ i32 runuuf50() {
|
||||
|
||||
cnf* c = readDIMACS(buf);
|
||||
|
||||
sortlastnum(c, c->litcnt);
|
||||
// TODO: Uncomment
|
||||
// sortlastnum(c, c->litcnt);
|
||||
|
||||
u64 start = utime();
|
||||
i32 res = gpusolve(c);
|
||||
|
||||
Reference in New Issue
Block a user