-
Notifications
You must be signed in to change notification settings - Fork 0
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
add System (of relations) #12
Comments
Example:
Is the idea of a |
I think we should not parse things like |
Right now I believe that
I need to fix the demo and verify that this is the case. If not, I'll fix it so it is. |
I see.
|
I think that fits a lot better with the existing structure. I need to update the |
A
System
node can describe the following things:2x + y = 10, x - y = 3
x >= 2 - y, y > 5x
A
System
can becollapsed
, e.g.2x = y + 3 = z - 10
a < x < b
Certain
System
s can be interpreted as bounds, e.g.a < x < b
could also be aBounds
node:The text was updated successfully, but these errors were encountered: