Sherman
2004-02-02 10:53:03 UTC
Hi.
It is prefered to check the redundancy of a literal before inserting into a
clause? Example: in the case of (x1 + x2 + !x4 + x2), x2 is repeated and
when evaluating satisfiability it does not affect the result at all if
written as (x1 + x2 + !x4). So for memory-saving, would it be recommended to
check before inserting?
Thank you.
Sherman
It is prefered to check the redundancy of a literal before inserting into a
clause? Example: in the case of (x1 + x2 + !x4 + x2), x2 is repeated and
when evaluating satisfiability it does not affect the result at all if
written as (x1 + x2 + !x4). So for memory-saving, would it be recommended to
check before inserting?
Thank you.
Sherman