Skip to content

Regular constraint improvments #156

@cprudhom

Description

@cprudhom

Alexandre Papadopoulos suggests a few modifications to PropRegular in order to improve its overall behavior.

  1. When the automaton is based on large alphabet, the graph initialization could be improved by switching the two for-loops, l.217-224
  2. Sometimes, one would like to define a large alphabet, but the FiniteAutomaton forbids to use some specific characters (which are '{', '}', '(', ')', '"', '<', '>', '[', ']'). Not only, there is no exception when one of those are declared in the alphabet, but also it may provide wrong solutions.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions