We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31cba6b commit f092445Copy full SHA for f092445
unit/miniBDD.cpp
@@ -18,7 +18,7 @@ void test1()
18
mini_bddt x=mgr.Var("x");
19
mini_bddt y=mgr.Var("y");
20
mini_bddt z=mgr.Var("z");
21
- mini_bddt f=(x&y&z)|(!x&!y&z);
+ mini_bddt f=(x&y&z)|((!x)&(!y)&z);
22
y.clear();
23
x.clear();
24
z.clear();
0 commit comments