-
Notifications
You must be signed in to change notification settings - Fork 0
Ideals and sheep #69
Copy link
Copy link
Closed
Labels
questionFurther information is requestedFurther information is requested
Description
when trying to write the csv parser I had a dive through the data structures used here and one thing was surprising/confusing:
What you called Ideal here is actually just a dw-closed set, and as such can be represented as finite union of incomparable ideals, which are called Sheep here.
cf def 4.6 In http://www.lsv.fr/~phs/algorithmic_aspects_of_wqos.pdf.
Another related thing that I'm confused about is how are you sure that the other of states in the Sheep vector. corresponds to the order of state names in the nfa after sorting? It looks as if you rely on calling iter() on a Hashset, which could traverse in arbitrary orders?
Thanks
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested