spot/spot/twa
Alexandre Duret-Lutz 31a681c285 twa: implement a copy_named_properties_of() method
It was noted in #470 that make_twa_graph did not copy named
properties.  Let's fix that.

* spot/twa/twa.hh, spot/twa/twa.cc (copy_named_properties_of): New
method.
* spot/twa/twagraph.hh (make_twa_graph): Add an extra argument to
call copy_named_properties_of() optionally.
* python/spot/__init__.py (twa_graph.__copy__): Use it.
* tests/python/twagraph.py: Test that.
* tests/sanity/namedprop.test: Ensure copy_named_properties_of copies
all known named properties.
2021-07-08 10:33:15 +02:00
..
.gitignore rename src/ as spot/ and use include <spot/...> 2015-12-04 20:13:59 +01:00
acc.cc improve acceptance simplifications using useless colors 2020-07-28 22:26:28 +02:00
acc.hh improve acceptance simplifications using useless colors 2020-07-28 22:26:28 +02:00
bdddict.cc forbid the use of std::endl on std::cerr 2019-07-17 09:15:50 +02:00
bdddict.hh bdd_dict: remove register_all_propositions_of 2017-11-05 09:43:01 +01:00
bddprint.cc fix ARM builds 2019-09-26 15:19:57 +02:00
bddprint.hh rename src/ as spot/ and use include <spot/...> 2015-12-04 20:13:59 +01:00
formula2bdd.cc introduce op::strong_X 2019-09-23 17:01:28 +02:00
formula2bdd.hh sanity: Replace tabulars by spaces in *.cc *.hh *.hxx 2016-03-10 17:40:46 +01:00
fwd.hh specialized translation for GF(guarantee) and FG(safety) 2018-03-28 18:20:46 +02:00
Makefile.am include config.h in all *.cc files 2018-02-21 17:59:09 +01:00
taatgba.cc Clean the usage of spot::acc_cond::mark_t 2018-03-15 10:05:24 +01:00
taatgba.hh work around gcc 8.2.1+ bug #89303 2019-02-13 16:11:21 +01:00
twa.cc twa: implement a copy_named_properties_of() method 2021-07-08 10:33:15 +02:00
twa.hh twa: implement a copy_named_properties_of() method 2021-07-08 10:33:15 +02:00
twagraph.cc merge_states: fix segfault reported by Philipp 2021-05-31 20:46:41 +02:00
twagraph.hh twa: implement a copy_named_properties_of() method 2021-07-08 10:33:15 +02:00
twaproduct.cc fixpool: propose alternative policy 2020-06-03 12:22:26 +02:00
twaproduct.hh fixpool: propose alternative policy 2020-06-03 12:22:26 +02:00