I am trying to provide a solution for problems such as in the following example:
A != B B != C D != B C != B E != D E != A
How many variables are true and how many are false? As far as I know, I should try to use a width search, but my task is to start with the fact that the graph will be oriented (I associate xi with !xj , where there is an equality relation). Can someone point me in the right direction?
source share