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

%ignore CVC4::operator<<(std::ostream&, Options::SimplificationMode);
%ignore CVC4::operator<<(std::ostream&, Options::ArithPivotRule);

%apply char** STRING_ARRAY { char* argv[] }
%include "util/options.h"
%clear char* argv[];
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback