aboutsummaryrefslogtreecommitdiffstats
path: root/native/interface/lp_analysis.i
blob: c8261068a26babc61421ab142cec71b9ebf9854e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
%module lp_analysis
%{
#define SWIG_FILE_WITH_INIT
#include "lp_analysis.h"
%}

%newobject lp_dpcp_bounds;
%newobject lp_dflp_bounds;

%include "sharedres_types.i"

%include "lp_analysis.h"