python: add binding for is_unambiguous
Fixes #117. * wrap/python/spot.py, wrap/python/spot_impl.i: Add binding. * wrap/python/tests/remfin.py: Add a small test case. * NEWS: Mention it.
This commit is contained in:
parent
cbb2e64e7c
commit
19cd2cda6f
4 changed files with 16 additions and 1 deletions
|
|
@ -128,6 +128,7 @@
|
|||
#include "twaalgos/sccfilter.hh"
|
||||
#include "twaalgos/stats.hh"
|
||||
#include "twaalgos/isdet.hh"
|
||||
#include "twaalgos/isunamb.hh"
|
||||
#include "twaalgos/simulation.hh"
|
||||
#include "twaalgos/postproc.hh"
|
||||
#include "twaalgos/product.hh"
|
||||
|
|
@ -307,6 +308,7 @@ namespace std {
|
|||
%include "twaalgos/sccfilter.hh"
|
||||
%include "twaalgos/stats.hh"
|
||||
%include "twaalgos/isdet.hh"
|
||||
%include "twaalgos/isunamb.hh"
|
||||
%include "twaalgos/simulation.hh"
|
||||
%include "twaalgos/postproc.hh"
|
||||
%include "twaalgos/product.hh"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue