thirdparty/python-graph/examples/example.tls
author Pawel Solyga <Pawel.Solyga@gmail.com>
Thu, 27 Nov 2008 17:22:39 +0000
changeset 596 7dd98eeba61b
parent 594 06c2228e39cb
permissions -rw-r--r--
Fix some typo in logic.models.base. Patch by: Pawel Solyga

Q 0 1 2 3
A a b
s 0
F 1 3
t a 0 1
t b 0 2
t a 1 3
t b 1 3
t a 2 0
t b 2 1
t a 3 2
t b 3 3