#7621: usability issues with MIP
---------------------------+------------------------------------------------
Reporter: malb | Owner: jkantor
Type: enhancement | Status: new
Priority: minor | Milestone: sage-4.3
Component: numerical | Keywords:
Work_issues: | Author:
Upstream: N/A | Reviewer:
Merged: |
---------------------------+------------------------------------------------
I have two small usability issues to report for the MIP interface:
* Why is {{{p_mipvariables}}} a semi-private variable? There should be a
method to get the variables defined so far (e.g.
{{{p.get_mip_variables}}}).
* Why are {{{p.__INTEGER}}},{{{p.__BINARY}}},{{{p.__REAL}}} private? This
way the user needs to remember the integer assignment, which is
unnecessary. Just rename them {{{p.INTEGER}}} etc.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/7621>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en.