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
|
|
@ -280,6 +280,7 @@ TESTS_twa = \
|
|||
core/randomize.test \
|
||||
core/lbttparse.test \
|
||||
core/ltlf.test \
|
||||
core/mcs.test \
|
||||
core/scc.test \
|
||||
core/sccdot.test \
|
||||
core/sccif.test \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue