expansions: expose easy expansion in python

This commit is contained in:
Antoine Martin 2023-10-12 15:04:40 +02:00
parent 49f3c18ae3
commit b04c4d7fd9
3 changed files with 20 additions and 0 deletions

View file

@ -527,6 +527,8 @@ namespace std {
%template(pair_formula_vectorstring) pair<spot::formula, vector<string>>;
%template(atomic_prop_set) set<spot::formula>;
%template(relabeling_map) map<spot::formula, spot::formula>;
%template(pair_formula) pair<spot::formula, spot::formula>;
%template(vector_pair_formula) vector<pair<spot::formula, spot::formula>>;
}
%include <spot/tl/environment.hh>