#18734: Construct an interactive_simplex_method.LPDictionary from a
MixedIntegerLinearProgram
-------------------------------------+-------------------------------------
       Reporter:  mkoeppe            |        Owner:
           Type:  enhancement        |       Status:  needs_review
       Priority:  major              |    Milestone:  sage-6.10
      Component:  numerical          |   Resolution:
       Keywords:  lp                 |    Merged in:
        Authors:  Aedi Wang          |    Reviewers:
Report Upstream:  N/A                |  Work issues:
         Branch:                     |       Commit:
  
u/zwang/construct_an_interactive_simplex_method_lpdictionary_from_a_mixedintegerlinearprogram|
  b073b6ec696cddd3b3d2dfef3b04569577a780e4
   Dependencies:  #18685, #18732     |     Stopgaps:
-------------------------------------+-------------------------------------

Comment (by dimpase):

 there is an indentation error that prevents docs from building. Here is
 how it should be:
 {{{
 diff --git a/src/sage/numerical/mip.pyx b/src/sage/numerical/mip.pyx
 index 76a7eff..01ce34a 100644
 --- a/src/sage/numerical/mip.pyx
 +++ b/src/sage/numerical/mip.pyx
 @@ -2489,9 +2489,9 @@ cdef class MixedIntegerLinearProgram(SageObject):
          INPUT:

          - ``form`` -- (default: ``"standard"``) a string specifying
 return type:
 -        either ``None``, or ``"std"`` or ``"standard"``, respectively
 returns an
 -        instance of :class:`InteractiveLPProblem` or an instance of
 -        :class:`InteractiveLPProblemStandardForm`
 +          either ``None``, or ``"std"`` or ``"standard"``, respectively
 returns an
 +          instance of :class:`InteractiveLPProblem` or an instance of
 +          :class:`InteractiveLPProblemStandardForm`

          OUTPUT:

 }}}

--
Ticket URL: <http://trac.sagemath.org/ticket/18734#comment:30>
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 unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-trac.
For more options, visit https://groups.google.com/d/optout.

Reply via email to