On Tue, Oct 20, 2020 at 12:47 PM רועי פוגלר roi.fogler@gmail.com wrote:
Thank you, that's exactly what I was looking for, but I still didn't understand the following: a. What means [0, 2] in aut.new_edge(2, 1, p1 | p2, [0, 2]);
The tut22.html page has three examples. The second, to which my link pointed, talks about Büchi automata. The above line is from the third example with some arbitrary acceptance condition. (You may read the first 11 sections of https://spot.lrde.epita.fr/concepts.html if you want some introduction to those different types of automata.)
b. Can I set the automata to buchi directly?
Sorry, I don't understand what you mean by "directly" here.