* src/misc/hashfunc.hh (knuth32_hash): New function.
* src/misc/hash.hh (ptr_hash): Use knuth32_hash. * src/tgba/tgbabddconcretefactory.hh (tgba_bdd_concrete_factory): Use ltl::formula_ptr_hash for acc_map_.
This commit is contained in:
parent
9063c5abb4
commit
814ec7c2d0
4 changed files with 26 additions and 5 deletions
|
|
@ -1,5 +1,10 @@
|
|||
2005-05-04 Alexandre Duret-Lutz <adl@src.lip6.fr>
|
||||
|
||||
* src/misc/hashfunc.hh (knuth32_hash): New function.
|
||||
* src/misc/hash.hh (ptr_hash): Use knuth32_hash.
|
||||
* src/tgba/tgbabddconcretefactory.hh (tgba_bdd_concrete_factory): Use
|
||||
ltl::formula_ptr_hash for acc_map_.
|
||||
|
||||
* src/tgbaalgos/ltl2tgba_fm.hh, src/tgbaalgos/ltl2tgba_fm.cc: Add
|
||||
the reduce_ltl argument.
|
||||
* src/tgbatest/ltl2tgba.cc: Add options -fr1, -fr2, -fr3, and -fr4.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue