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-4
blob
5c332dc40a6ba21909ce3f811f4d5c8d760af96e
1
M := { A[] -> B[]; B[] -> C[]; T[i] -> T[i+1] };
2
P := M^-2;
3
assert(P = { C[] -> A[]; T[t] -> T[t - 2] });