Notebooks: correct typos

* tests/python/acc_cond.ipynb, tests/python/contains.ipynb,
tests/python/decompose.ipynb, tests/python/games.ipynb,
tests/python/randltl.ipynb, tests/python/synthesis.ipynb,
tests/python/testingaut.ipynb: here.
This commit is contained in:
Florian Renkin 2021-11-04 16:37:12 +01:00
parent c72c285552
commit d4967f20e9
7 changed files with 19 additions and 35 deletions

View file

@ -3619,7 +3619,7 @@
"\n",
"Note that we do not support the full [AIGER syntax](http://fmv.jku.at/aiger/FORMAT.aiger). Our restrictions corresponds to the conventions used in the type of AIGER file we output:\n",
"- Input variables start at index 2 and are consecutively numbered.\n",
"- Latch variables start at index (1 + #inputs) * 2 and are consecutively numbered.\n",
"- Latch variables start at index (1 + #inputs) × 2 and are consecutively numbered.\n",
"- If some inputs or outputs are named in comments, all of them have to be named.\n",
"- Gate number $n$ can only connect to latches, inputs, or previously defined gates ($<n$)."
]