repo.or.cz
/
barvinok.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
topcom.c: add missing include
[barvinok.git]
/
tests
/
iscc
/
fixed_power-3
blob
355c7e98adb98bf119ded5b95c54f50a681e9f25
1
M := { A[] -> B[]; B[] -> C[]; T[i] -> T[i+1] };
2
P := M^2;
3
assert(P = { A[] -> C[]; T[i] -> T[i+2] });