expansions: expose easy expansion in python
This commit is contained in:
parent
90ea02d42a
commit
ed3d1ef4aa
3 changed files with 20 additions and 0 deletions
|
|
@ -547,6 +547,8 @@ namespace std {
|
|||
%template(vectorofvectorofformulas) vector<vector<spot::formula>>;
|
||||
%template(setunsigned) set<unsigned>;
|
||||
%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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue