- 17 Mar, 2010 8 commits
-
-
Erwan Jahier authored
Parent-Version: 0.114 Version-Log: source/automata.ml: Fix a bug where esp loops were not always cutted properly in some cases. source/show_env.ml: Truncate too long for in the dot output (which bugs dot or gv). ihm/xlurette/xlurette_glade_main.ml: Accept both .lut or .lut files as anv files, and make the show buttons behave properly in both cases. Project-Description: Lurette
-
Erwan Jahier authored
Parent-Version: 0.101 Version-Log: Add cuddaux and mlcuddidl to the project. Also clean-up Makefiles etc in order to make the installation process as automatic as possible. Project-Description: Lurette
-
Erwan Jahier authored
Parent-Version: 0.100 Version-Log: Rename any occurence of ima by luc or lucky. Project-Description: Lurette
-
Erwan Jahier authored
Parent-Version: 0.83 Version-Log: empty Project-Description: Lurette
-
Erwan Jahier authored
Parent-Version: 0.67 Version-Log: Add a verbose option in ima_exe. Fix a bug in show_env.ml introduced in the previuos pci. Add support to dynamically load another ima from ima_exe (will usefull for Ludic). Project-Description: Lurette
-
Erwan Jahier authored
Parent-Version: 0.60 Version-Log: Add support for handling loops. This is based on the use of dynamic weigths. The idea is to compute the dynamic weigths before the trees are constructed. Add a --show-aut option for ima_exe. Also, Add the command lise args hashed to the end of the name of the dot file that is used to visualize the ima file. Project-Description: Lurette
-
Erwan Jahier authored
Parent-Version: 0.47 Version-Log: Add support for (boolean and numeric) if-then-else. Remove the eval.ml module as the replacement of pre and input vars is now done in Solver.formula_to_bdd. Add a new module gne.ml that provides a garded normal expressions data structure that is used to handle if-then-elses. Also introduce a new field to env_state called bdd_tbl_global which is used to cache the result of formula_to_bdd for bdds that do not depend on pre nor input vars. The field bdd_tbl which cache the other reults is now cleared at each step because it is useless to store results that depends on pre and inputs. Project-Description: Lurette
-
Erwan Jahier authored
Parent-Version: 0.46 Version-Log: Implement an ima_exe that lets one imterprets .env automata offline via a rif dialogue (e.g., to be used from lulu). Project-Description: Lurette
-