I have two .cnf
files containing CNF clauses. Both these files solve one problem, which means that the CNF clauses in the two files are the same, but the order of CNF clauses in each file is different. I've set timeout = 1800s
, but only one .cnf
file can solve that problem in 1800s, the other doesn't. Hence, I wonder if the order of CNF clauses in .cnf
file affects the way Sat4j solve the problem or not.
I want to know more about the way Sat4j (Minisat) solves CNF clauses.