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

Word destructors #23

Open
ReedOei opened this issue Dec 12, 2019 · 0 comments
Open

Word destructors #23

ReedOei opened this issue Dec 12, 2019 · 0 comments

Comments

@ReedOei
Copy link
Owner

ReedOei commented Dec 12, 2019

With this feature, squares could be defined by:

T[i..j] = a^b & a = b 

which would expand into:

exists k1. i <= k1 & k1 < j & T[i..k1] = T[k1..j]

basically, we pick n - 1 (where n is the number of variables) indices in the range i..j.
Then we assign each word variable (e.g., a and b) to the corresponding index range.
Then whenever we refer to those variables again, we substitute in the corresponding index range

or:

Bordered factors:
T[i..j] = a^b^c & a = c

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

No branches or pull requests

1 participant