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