Skip to content
  • Erwan Jahier's avatar
    lurette 0.23 Thu, 24 Jan 2002 15:14:37 +0100 by jahier · 010423f4
    Erwan Jahier authored
    Parent-Version:      0.22
    Version-Log:
    
    Add a bdd-based boolean solver to draw inside formula.
    
    Also remove several module opening and use explicit module
    qualification instead
    
    lurette.ml:
    env_state.ml:
        Define a function in env.ml to get the list of input and outputs var names
        and use it in lurette.ml
    
    env_state.ml:
        Add several fields to the env_state structure:
        * node_to_file_name: to be able to retrieve the list of vars that
          ougth to be generated from a list of nodes (Indeed, some vars
          that should be tossed up do no necessarily appear in formula; and
          once the whole bdd has been traversed for the draw, we need to be able
          to know what variable are still to be drawn).
        * var_name_to_index and index_to_var_name: to index output and local
          variable names. Indeed, the bdd library we use manipulates var as int,
          not string.
        * bdd_tbl: be cause transforming a formula into a bdd is expensive,
          we ...
    010423f4