spot/spot/twa
Alexandre Duret-Lutz acdaaac4f0 bin: release all subformulas between runs
Fixes #262, reported by Maximilien Colange.

* bin/common_output.cc, bin/common_aoutput.cc, bin/common_aoutput.hh:
Clear the set of atomic propositions if --stats=%[...]x was used.
* spot/twa/bdddict.cc: Release any formula associated to a BDD when it
is unregistered, do not wait for the dictionary's destruction.  This
was the main culprit for #262.
* tests/core/ltl2tgba.test: Add test cases.
* NEWS: Mention the bug.
2017-05-18 18:24:49 +02:00
..
.gitignore rename src/ as spot/ and use include <spot/...> 2015-12-04 20:13:59 +01:00
acc.cc Implements is_streett_like() and streett_like_pairs(), is_rabin_like... 2017-04-21 16:24:08 +02:00
acc.hh Implements is_streett_like() and streett_like_pairs(), is_rabin_like... 2017-04-21 16:24:08 +02:00
bdddict.cc bin: release all subformulas between runs 2017-05-18 18:24:49 +02:00
bdddict.hh remove some dead code discovered while studying PVS-Studio's report 2016-10-29 12:37:35 +02:00
bddprint.cc sanity: Replace tabulars by spaces in *.cc *.hh *.hxx 2016-03-10 17:40:46 +01:00
bddprint.hh rename src/ as spot/ and use include <spot/...> 2015-12-04 20:13:59 +01:00
formula2bdd.cc python: add bindings for bdd_to_formula() 2017-03-08 15:39:08 +01:00
formula2bdd.hh sanity: Replace tabulars by spaces in *.cc *.hh *.hxx 2016-03-10 17:40:46 +01:00
fwd.hh rename src/ as spot/ and use include <spot/...> 2015-12-04 20:13:59 +01:00
Makefile.am get read of twa_safra_complement 2016-02-12 15:09:37 +01:00
taatgba.cc Rework the 'down_cast' macro, closing #196. 2017-02-02 17:01:40 +01:00
taatgba.hh Rework the 'down_cast' macro, closing #196. 2017-02-02 17:01:40 +01:00
twa.cc is_alternating() -> !is_existential() 2017-02-12 15:56:02 +01:00
twa.hh rename is_deterministic to is_universal 2017-03-27 19:34:10 +02:00
twagraph.cc twa_graph: honor state-names & product-states in format_state() 2017-05-05 14:44:06 +02:00
twagraph.hh scc_info: introduce edges_of() and inner_edges_of() 2017-05-09 22:12:42 +02:00
twaproduct.cc Rework the 'down_cast' macro, closing #196. 2017-02-02 17:01:40 +01:00
twaproduct.hh sanity: Replace tabulars by spaces in *.cc *.hh *.hxx 2016-03-10 17:40:46 +01:00