* src/ltlast/formula.hh (formula_ptr_less_than): Two

formulae with the same hash key are not necessary equal!
This commit is contained in:
Alexandre Duret-Lutz 2005-01-20 21:35:10 +00:00
parent 5069a565b6
commit 55cc650bfe
2 changed files with 8 additions and 1 deletions

View file

@ -1,5 +1,8 @@
2005-01-20 Alexandre Duret-Lutz <adl@src.lip6.fr>
* src/ltlast/formula.hh (formula_ptr_less_than): Two
formulae with the same hash key are not necessary equal!
* src/ltlast/formula.hh (hash, dump, dump_, hash_key_): New members.
(formula_ptr_less_than, formula_ptr_hash): New class.
* src/ltlast/atomic_prop.cc, src/ltlast/binop.cc,