History | View | Annotate | Download (8.18 KB)
Added include directive that directly inject a lustre source file in the prog
Merge branch 'unstable' into lustrec-seal
Issues with typing pp_basic_lib_fun
- Normalization parameters (alias and unfold_array) are now provided as parameter- program type renamed as program_t- Initiating the lustrev tool with dependencies to z3 and seal.
Forcing mpfr status when -real mpfr asked. Default precision is 100 bits.
First working version of algebraic loop resolution. Disabled by default.
Refactored some code: optimization of machine
- Added a field lustre_eq to machine instruction in order to record the originating lustre equation- EMF backend now impose the optimization level to be set to 0 in order to avoid equation elimination that would render traceability difficult- Options.ml has been split into Options.ml / Options_management.ml. Options.ml only contains references and no functions