#18732: Add tableau query functions glp_eval_tab_row, glp_eval_tab_col to GLPK
backend
-------------------------------------+-------------------------------------
       Reporter:  mkoeppe            |        Owner:
           Type:  enhancement        |       Status:  needs_review
       Priority:  major              |    Milestone:  sage-6.8
      Component:  numerical          |   Resolution:
       Keywords:  LP, glpk           |    Merged in:
        Authors:                     |    Reviewers:  Nathann Cohen
Report Upstream:  N/A                |  Work issues:
         Branch:                     |       Commit:
  
u/mkoeppe/add_tableau_query_functions_glp_eval_tab_row__glp_eval_tab_col_to_glpk_backend|
  e2b25e2ace4888a84140b1f52165cea19653f9e0
   Dependencies:                     |     Stopgaps:
-------------------------------------+-------------------------------------
Changes (by ncohen):

 * reviewer:   => Nathann Cohen


Comment:

 Hello !

 I made some modifications, in a commit at public/18732:

 - The first line of each docstring must be a short sentence describing
 what the function does

 - Some inequations could be turned into latex formulas

 - A row/col problem? Please check
   {{{
 -        cdef int n = glp_get_num_rows(self.lp)
 +        cdef int n = glp_get_num_cols(self.lp)
   }}}

 If you agree with this, you can set the ticket's status to
 `positive_review`.

 Nathann

 P.S.: Please fill the 'author' field.

--
Ticket URL: <http://trac.sagemath.org/ticket/18732#comment:19>
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