#7012: [with patch, needs review] clean up sage/numerical/mip.pyx
-----------------------+----------------------------------------------------
Reporter: mvngu | Owner: jkantor
Type: defect | Status: new
Priority: major | Milestone: sage-4.1.2
Component: numerical | Keywords:
Reviewer: | Author:
Merged: |
-----------------------+----------------------------------------------------
Changes (by ncohen):
* type: enhancement => defect
Comment:
What this patch does :
* renames function getmin to get_min, isinteger to is_integer, etc
....
* renames class MIP to MixedIntegerLinearProgram
* function
* Typos
* stupid bugfix 1 : setinteger was setting variables as binary in some
cases ...
* stupid bugfix 2 : setinteger(x) did not set x[2] as integer if x[2]
had not been mentionned before setinteger()
* Some ":" replaced by "::", some '' by ``
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/7012#comment:5>
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
-~----------~----~----~----~------~----~------~--~---