Hi! I try to use sharpSAT to solve 2 CNF files and want to know the number of a union of both solution sets, is that possible?
for example:
FileA has 3 variable: a, b, c and have solution set {011,111,110}
FileB has 3 variable: a, b, c and have solution set {101,111,110}
The union of solution set is {011,111,110,101}, so the answer is 4
Is that possible to use sharpSAT to solve this problem? or is possible to know the concrete solution set or even only a single solution in sharpSAT?