diff options
| author | Bjoern Brandenburg <bbb@mpi-sws.org> | 2012-08-07 14:30:16 -0400 |
|---|---|---|
| committer | Bjoern Brandenburg <bbb@mpi-sws.org> | 2013-02-12 06:49:40 -0500 |
| commit | aa726aa597d5e1aa75b69b0e37caa98ee63d6543 (patch) | |
| tree | 303ee8839e1ce0f8c5b5a54dd5f224d64ce8e722 /native/interface | |
| parent | 25a6b1557b0cca0c122d8c05c892d406ab258554 (diff) | |
Export the LP-based analysis of the DFLP/DPCP
...via Swig to Python. The actual Python API will
be finalized later.
Diffstat (limited to 'native/interface')
| -rw-r--r-- | native/interface/lp_analysis.i | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/native/interface/lp_analysis.i b/native/interface/lp_analysis.i new file mode 100644 index 0000000..c826106 --- /dev/null +++ b/native/interface/lp_analysis.i | |||
| @@ -0,0 +1,12 @@ | |||
| 1 | %module lp_analysis | ||
| 2 | %{ | ||
| 3 | #define SWIG_FILE_WITH_INIT | ||
| 4 | #include "lp_analysis.h" | ||
| 5 | %} | ||
| 6 | |||
| 7 | %newobject lp_dpcp_bounds; | ||
| 8 | %newobject lp_dflp_bounds; | ||
| 9 | |||
| 10 | %include "sharedres_types.i" | ||
| 11 | |||
| 12 | %include "lp_analysis.h" | ||
