summaryrefslogtreecommitdiff
path: root/src/expr/expr_manager.i
blob: 90d0942b4042d8ed12a6e1dd8637288890d3f5fb (plain)
1
2
3
4
5
6
7
8
9
10
%{
#include "expr/expr_manager.h"
%}

%include "expr/expr_manager.h"

%template(mkConst) CVC4::ExprManager::mkConst< CVC4::Integer >;
%template(mkConst) CVC4::ExprManager::mkConst<CVC4::Rational>;

%include "expr/expr_manager.h"
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback