Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support n constraints on each edge value-operator pair #20

Closed
j6k4m8 opened this issue Jan 31, 2019 · 2 comments
Closed

Support n constraints on each edge value-operator pair #20

j6k4m8 opened this issue Jan 31, 2019 · 2 comments
Labels
bug Something isn't working parser

Comments

@j6k4m8
Copy link
Member

j6k4m8 commented Jan 31, 2019

Currently, the parser overwrites previous operators if it's redefined:

A -> B [value<=5, value<=2]

...will yield a constraint operator of

{ "value": { "lte": 2.0 } }

(i.e. overwriting the first rule).

@j6k4m8 j6k4m8 added bug Something isn't working parser labels Jan 31, 2019
@j6k4m8
Copy link
Member Author

j6k4m8 commented Jan 31, 2019

This is addressed in nodes already.

@j6k4m8
Copy link
Member Author

j6k4m8 commented Jan 31, 2019

Now addressed in #19.

@j6k4m8 j6k4m8 closed this as completed Jan 31, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working parser
Projects
None yet
Development

No branches or pull requests

1 participant