You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, addconstraint!() simply pushes a constraint to the grammar.constraints vector, without checking if the constraint already exists.
We only want to add a constraint if it doesn't exist yet.