Initial revision

This commit is contained in:
Alexandre Duret-Lutz 2004-06-28 14:19:59 +00:00
parent 0f79043b2a
commit 805b6fb70b
22 changed files with 7202 additions and 0 deletions

View file

@ -0,0 +1,10 @@
initial 100 100;
inputs
a b c;
actions
t1 = (a | b) & c;
t2 = (a & c) | (b & c);
t3 = t1 <> t2;
tautology t3;