Changes between Version 4 and Version 8 of Ticket #20351
- Timestamp:
- 04/04/16 07:27:20 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #20351
-
Property
Status
changed from
new
toneeds_review
-
Property
Authors
changed from
to
Matthias Koeppe
-
Property
Summary
changed from
sage.libs.ppl.MIP_Problem and PPLBackend: Add support for integer variables
tosage.libs.ppl.MIP_Problem: Add support for integer variables
-
Property
Branch
changed from
to
u/mkoeppe/sage_libs_ppl_mip_problem_and_pplbackend__add_support_for_integer_variables
-
Property
Commit
changed from
to
9f35b65ae443d565bcf53319fc57751baf640fc8
-
Property
Status
changed from
-
Ticket #20351 – Description
v4 v8 1 PPL is a rational MIPsolver.1 PPL's solver is a rational *MIP* solver. 2 2 Its support for integer variables should be exposed in Sage. 3 3 … … 9 9 }}} 10 10 and then a wrapper class for [http://bugseng.com/products/ppl/documentation/user/ppl-user-1.2-html/classParma__Polyhedra__Library_1_1Variables__Set.html `Variables_Set`]. 11 12 On another ticket, PPLBackend will be updated accordingly.