Skip to content

Ideals and sheep #69

@pazz

Description

@pazz

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requested

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions