Add a FakeMDD generator? #37
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
question
Further information is requested
In a similar fashion that we use in a simple fake automaton generator for words recognized by a regular automaton, we need a method to generate words that are recognized also by multivalued decision diagrams.
Note that words recognized by MDDs is a subset of regular languages. However, for a given entry size (which is usually the case for a given constraint), any automaton can be transformed into an mdd. Is FakeAutomaton generator enough then?
EDIT: Making a convertor from and to Automaton might help. However, the idea is to generate relevant MMD
The text was updated successfully, but these errors were encountered: