Package: de.uuhaus.cl-jointgen
Function check-duality
Lambda List
check-duality (a b)
Arguments
Return ValueReturns (values dual? non-duality-info contradictory?)
dual? is non-NIL if a and b form dual sets of clauses. contradictory? is non-NIL if a and b are contradictory and hence not dual. non-duality-info: a missing clause if they are not dual and not contraditory, a pair of clauses that contradict, or NIL otherwise. Details
Check duality of two monotone boolean functions.
|
See also |