XSLPgetformularows
 XSLPgetformularows | 
   
  Purpose
 
 
  Retrieve the list of positions of the nonlinear formulas in the problem
 
 
  Synopsis
 
 int XPRS_CC XSLPgetformularows(XSLPprob Prob, int *nFormula, int *RowIndices);
 
  Arguments
 
 | 
     
     Prob 
       | 
   
     
     The current SLP problem.
       | 
  
| 
     
     nFormula 
       | 
   
     
     Integer used to return the total number of nonlinear formulas in the problem.
       | 
  
| 
     
     RowIndices 
       | 
   
     
     Integer array used for returning the row positions of the nonlinear formulas. May be NULL if not required.
       | 
  
  Related topics
 
 
 XSLPgetformulatext,
 XSLPaddformulas,
 XSLPchgformulatext,
 XSLPchgformula,
 XSLPloadformulas,
 XSLPgetformularows,
 XSLPgetformula,
 XSLPdelformulas
 
