* src/tgbaalgos/randomgraph.cc (random_graph): Do not use the

pointer of the state created as keys in sets; otherwise the graph
created depends on the memory layout.
This commit is contained in:
Alexandre Duret-Lutz 2004-12-10 15:10:19 +00:00
parent d4b9ebaaff
commit 8b8257b157
2 changed files with 21 additions and 9 deletions

View file

@ -1,3 +1,9 @@
2004-12-10 Alexandre Duret-Lutz <adl@src.lip6.fr>
* src/tgbaalgos/randomgraph.cc (random_graph): Do not use the
pointer of the state created as keys in sets; otherwise the graph
created depends on the memory layout.
2004-12-09 Alexandre Duret-Lutz <adl@src.lip6.fr>
* src/tgba/tgbaexplicit.cc (tgba_explicit::create_transition):