autfilt: add --aliases=drop|keep option

* bin/autfilt.cc: Here.
* spot/twaalgos/hoa.cc, spot/twaalgos/hoa.hh: Fix the prototype
of set_aliases so that it is usable.
* tests/core/dualize.test: Add a simple test case.
* NEWS: Mention the new option.
This commit is contained in:
Alexandre Duret-Lutz 2022-02-01 16:35:41 +01:00
parent 95b2e7366f
commit f759697e1c
5 changed files with 85 additions and 5 deletions

View file

@ -61,5 +61,5 @@ namespace spot
///
/// Pass an empty vector to remove existing aliases.
SPOT_API void
set_aliases(twa_ptr& g, std::vector<std::pair<std::string, bdd>> aliases);
set_aliases(twa_ptr g, std::vector<std::pair<std::string, bdd>> aliases);
}