#14195: Bad error management in the CPLEX interface
--------------------------------------+-------------------------------------
       Reporter:  ncohen              |         Owner:  tbd          
           Type:  defect              |        Status:  needs_info   
       Priority:  major               |     Milestone:  sage-5.8     
      Component:  linear programming  |    Resolution:               
       Keywords:                      |   Work issues:               
Report Upstream:  N/A                 |     Reviewers:  David Coudert
        Authors:  Nathann Cohen       |     Merged in:               
   Dependencies:                      |      Stopgaps:               
--------------------------------------+-------------------------------------
Changes (by dcoudert):

  * status:  needs_review => needs_info
  * reviewer:  => David Coudert


Comment:

 The patch is working and solves the issue. However, I don't understand why
 you put commas after some declarations. Is it a mistake or is it useful?

 {{{
 +     # Solution quality
 +     #
 +     # The problem either has a simplex basis
 +     int CPX_BASIC_SOLN,
 +
 +     # The problem has a primal and dual solution but no basis
 +     int CPX_NONBASIC_SOLN,
 +
 +     # The problem has a primal solution but no corresponding dual
 solution
 +     int CPX_PRIMAL_SOLN
 +
 +     # The problem has no solution
 +     int CPX_NO_SOLN
 }}}

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/14195#comment:3>
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?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to