Changes between Initial Version and Version 3 of Ticket #20351
- Timestamp:
- 04/03/16 17:13:49 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #20351
- Property Cc dimpase vdelecroix jdemeyer added
-
Ticket #20351 – Description
initial v3 2 2 Its support for integer variables should be exposed in Sage. 3 3 4 Reference: http://bugseng.com/products/ppl/documentation/user/ppl-user-1.2-html/classParma__Polyhedra__Library_1_1MIP__Problem.html 5 6 For `sage.libs.ppl.MIP_Problem`, I think one just needs to add a wrapper for this method: 7 {{{ 8 void Parma_Polyhedra_Library::MIP_Problem::add_to_integer_space_dimensions(const Variables_Set &i_vars) 9 }}} 10 and then a wrapper class for `Variables_Set`.