Chris Brelski
2004-03-03 16:32:23 UTC
In Lab2 a formula with all empty clauses was considered SAT; any empty
clause was considered SAT as well.
So, in case of empty clauses, my program treats each as always SAT and
finds assignments for the rest of the formula. In the case of a blank
formula it returns SAT immediately with no assignments.
Is this the desired correct behaviour ? Should any of these cases be
treated as invalid?
clause was considered SAT as well.
So, in case of empty clauses, my program treats each as always SAT and
finds assignments for the rest of the formula. In the case of a blank
formula it returns SAT immediately with no assignments.
Is this the desired correct behaviour ? Should any of these cases be
treated as invalid?