The conjunction of disjunction of units.

Property definitions

logic $ CNF :: data=
	# The conjunction of disjunction of units.
	var data = new Set[Set[LExpr]]
lib/logic/lexpr.nit:331,2--332,31