Changeset 731 for src/Clight/test/search.ma
- Timestamp:
- Apr 1, 2011, 1:35:18 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Clight/test/search.ma
r726 r731 1 include "Clight/Animation.ma". 1 include "Clight/Cexec.ma". 2 include "common/Animation.ma". 2 3 3 4 definition myprog := mk_program clight_fundef type … … 188 189 . 189 190 190 example exec: result ? (exec_up_to myprog 1000 [EVint (repr 0)]).191 example exec: result ? (exec_up_to clight_fullexec myprog 1000 [EVint (repr 0)]). 191 192 normalize (* you can examine the result here *) 192 193 %
Note: See TracChangeset
for help on using the changeset viewer.