comparison python/optimize.py @ 290:7b38782ed496

File moves
author Windel Bouwman
date Sun, 24 Nov 2013 11:24:15 +0100
parents 2ccd57b1d78c
children
comparison
equal deleted inserted replaced
289:bd2593de3ff8 290:7b38782ed496
15 clr.run(ir) 15 clr.run(ir)
16 m2r.run(ir) 16 m2r.run(ir)
17 cse.run(ir) 17 cse.run(ir)
18 cf.run(ir) 18 cf.run(ir)
19 dcd.run(ir) 19 dcd.run(ir)
20
21
22