implement maximum cardinality search
* spot/twaalgos/mcs.cc, spot/twaalgos/mcs.hh: New files. * spot/twaalgos/Makefile.am: Add them. * python/spot/impl.i: Include mcs.hh. * bin/autfilt.cc: Add --mcs option. * NEWS: Mention it. * doc/spot.bib: Add reference. * tests/core/mcs.test: New file. * tests/Makefile.am: Add it.
This commit is contained in:
parent
77a17881a3
commit
7b0e15a7fb
9 changed files with 501 additions and 5 deletions
|
|
@ -133,6 +133,7 @@
|
|||
#include <spot/twaalgos/determinize.hh>
|
||||
#include <spot/twaalgos/magic.hh>
|
||||
#include <spot/twaalgos/matchstates.hh>
|
||||
#include <spot/twaalgos/mcs.hh>
|
||||
#include <spot/twaalgos/minimize.hh>
|
||||
#include <spot/twaalgos/mealy_machine.hh>
|
||||
#include <spot/twaalgos/neverclaim.hh>
|
||||
|
|
@ -742,6 +743,7 @@ def state_is_accepting(self, src) -> "bool":
|
|||
%include <spot/twaalgos/langmap.hh>
|
||||
%include <spot/twaalgos/magic.hh>
|
||||
%include <spot/twaalgos/matchstates.hh>
|
||||
%include <spot/twaalgos/mcs.hh>
|
||||
%include <spot/twaalgos/minimize.hh>
|
||||
%include <spot/twaalgos/mealy_machine.hh>
|
||||
%include <spot/twaalgos/neverclaim.hh>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue