product: fix handling of output_aborter
* spot/twaalgos/product.cc: The res pointer should be passed by reference since we reset it to nullptr when output_aborter says "too large". * python/spot/impl.i: Add binding for powerset.hh, so we can use output_aborter in Python. * tests/python/prodexpt.py: Test it.
This commit is contained in:
parent
396dcabd7d
commit
1d7ad07c83
3 changed files with 71 additions and 3 deletions
|
|
@ -157,6 +157,7 @@
|
|||
#include <spot/twaalgos/sum.hh>
|
||||
#include <spot/twaalgos/parity.hh>
|
||||
#include <spot/twaalgos/postproc.hh>
|
||||
#include <spot/twaalgos/powerset.hh>
|
||||
#include <spot/twaalgos/product.hh>
|
||||
#include <spot/twaalgos/stutter.hh>
|
||||
#include <spot/twaalgos/translate.hh>
|
||||
|
|
@ -674,6 +675,7 @@ def state_is_accepting(self, src) -> "bool":
|
|||
%include <spot/twaalgos/simulation.hh>
|
||||
%include <spot/twaalgos/parity.hh>
|
||||
%include <spot/twaalgos/postproc.hh>
|
||||
%include <spot/twaalgos/powerset.hh>
|
||||
%include <spot/twaalgos/product.hh>
|
||||
%include <spot/twaalgos/split.hh>
|
||||
%include <spot/twaalgos/sum.hh>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue