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

Add subscripts for the Input #45

Open
JCumin opened this issue Feb 10, 2017 · 2 comments
Open

Add subscripts for the Input #45

JCumin opened this issue Feb 10, 2017 · 2 comments

Comments

@JCumin
Copy link
Owner

JCumin commented Feb 10, 2017

e.g. ?₁ is the second element of ?, ?₎ is the last element of ?, etc.

This can be done by adding predicates calls like constraint variables at the beginning of a rule, one for each ?_i that there is in the rule.

@JCumin
Copy link
Owner Author

JCumin commented Feb 11, 2017

This is implemented; however this does not work when that subscripted input is in a list, e.g. [?₎]. This needs to be fixed.

@JCumin
Copy link
Owner Author

JCumin commented Feb 13, 2017

The implementation has been reverted. This is much more tricky to implement than my original naïve implementation. I will get back to making a proper implementation once I can.
(Thanks to @ais523 for discovering that it is bugged)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant