expansions: expose easy expansion in python
This commit is contained in:
parent
9faef36529
commit
d326c17456
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