dotty: Specialize for tgba_digraph_ptr
* src/tgbaalgos/dotty.cc: Specialize for tgba_digraph_ptr. * src/tgba/tgbagraph.hh, src/tgbaalgos/dupexp.cc: Copy properties by default when cloning an automaton. * src/tgbatest/det.test, src/tgbatest/dstar.test, src/tgbatest/ltl2tgba.test, src/tgbatest/monitor.test, src/tgbatest/neverclaimread.test, src/tgbatest/tgbaread.test: Adjust tests.
This commit is contained in:
parent
1d7a20b2d5
commit
77cb836e47
9 changed files with 229 additions and 108 deletions
|
|
@ -192,6 +192,7 @@ namespace spot
|
|||
{
|
||||
copy_acceptance_conditions_of(other);
|
||||
copy_ap_of(other);
|
||||
prop_copy(other, true, true, true, true);
|
||||
}
|
||||
|
||||
virtual ~tgba_digraph()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue