Positive gaussoidsA positive gaussoid is an oriented gaussoid which assigns only the values and . For each there are positive gaussoids (Theorem 5.6). DownloadsEnumerationAn oriented gaussoid is positive if all symbols have sign or . Again, the cnf for positive gaussoids is a specialization to the positive case of the explicit listing of compatible assignments: ((a=0) ->(b=0&(c=0|d=0)))& ((a=+&b=0)->(c=+&d=+)) We use the canonical variable ordering and encode if and only if .
The general formula for the number of positive gaussoids was proved in Theorem 5.6. To produce a listing of oriented gaussoids in the 0+- format, it suffices to replace 1 with + in the output of minisat2binary.pl: $ minisat2binary.pl <pcnf3-list | tr '1' '+' >pcnf3-list.txt |