Fixed sense error in SAT solver
commit6d1376a79f93bb9446d0c8396bfa9f34b861d84d
authorThomas Leonard <talex5@gmail.com>
Sun, 28 Mar 2010 19:11:04 +0000 (28 20:11 +0100)
committerThomas Leonard <talex5@gmail.com>
Mon, 29 Mar 2010 18:51:52 +0000 (29 19:51 +0100)
treef085030eda7a74b4f8463d0eed1380d461999c39
parentdad76618baa1846b6cb60db441edd960353c686a
Fixed sense error in SAT solver

UnionClause could start watching for variables to become True rather than
False.
tests/testsat.py
zeroinstall/injector/sat.py