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
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
The text was updated successfully, but these errors were encountered:
With this feature, squares could be defined by:
which would expand into:
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
andb
) 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
The text was updated successfully, but these errors were encountered: