-
-
Notifications
You must be signed in to change notification settings - Fork 523
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Trac #20351: sage.libs.ppl.MIP_Problem: Add support for integer varia…
…bles PPL's solver is a rational *MIP* solver. Its support for integer variables should be exposed in Sage. Reference: http://bugseng.com/products/ppl/documentation/user/ppl- user-1.2-html/classParma__Polyhedra__Library_1_1MIP__Problem.html For `sage.libs.ppl.MIP_Problem`, I think one just needs to add a wrapper for this method: {{{ void Parma_Polyhedra_Library::MIP_Problem::add_to_integer_space_dimensio ns(const Variables_Set &i_vars) }}} 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`]. On another ticket (#20354), `PPLBackend` will be updated accordingly. URL: http://trac.sagemath.org/20351 Reported by: mkoeppe Ticket author(s): Matthias Koeppe Reviewer(s): Dima Pasechnik
- Loading branch information
Showing
1 changed file
with
190 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters