#18838: GLPK backend does not detect unboundedness in simplex-only mode
-------------------------------------+-------------------------------------
       Reporter:  mkoeppe            |        Owner:
           Type:  defect             |       Status:  needs_review
       Priority:  major              |    Milestone:  sage-6.8
      Component:  numerical          |   Resolution:
       Keywords:  lp                 |    Merged in:
        Authors:                     |    Reviewers:
Report Upstream:  N/A                |  Work issues:
         Branch:                     |       Commit:
  u/yzh/glpk_backend_does_not_detect_unboundedness_in_simplex_only_mode|  
e3f4f8706abcc93100dd110533296ea238bf4d13
   Dependencies:                     |     Stopgaps:
-------------------------------------+-------------------------------------

Comment (by mkoeppe):

 Replying to [comment:7 dimpase]:
 > something worries me there:
 > {{{
 >             status = glp_simplex(self.lp, self.smcp)
 >             status = glp_get_prim_stat(self.lp)
 > }}}
 > makes no sense to me...
 > The ticket proposes to change the 2nd line to
 > {{{
 >             status = glp_get_status(self.lp)
 > }}}
 > but still...

 The code now checks both the result of glp_simplex and of glp_get_status.
 Needs review.

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