summaryrefslogtreecommitdiff
path: root/test-chill/test_tile.py
blob: fbe03682add154ab330fb3766d21cc956b771b3f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
from chill import *

source('mm.c')
procedure('mm')
#format: rose
loop(0)

#known('ambn > 0')
#known('an > 0')
#known('bm > 0')
#tile(1, 1, 4, 1)
#tile(1, 3, 4, 2)
tile(0,2,4)
print_code()