XSLPdelformulas
 XSLPdelformulas | 
   
  Purpose
 
 
 Delete nonlinear formulas from the current problem
 
 
  Synopsis
 
  int XPRS_CC XSLPdelformulas(XSLPprob Prob, in nFormulas, int *RowIndex); 
 
  Arguments
 
 | 
     
     Prob 
       | 
   
     
     The current SLP problem.
       | 
  
| 
     
     nFormulas 
       | 
   
     
     Number of SLP nonlinear formulas to delete.
       | 
  
| 
     
     RowIndex 
       | 
   
     
      Row indices of the SLP nonlinear formulas to delete.
       | 
  
  Related topics
 
 
 XSLPgetformulatext,
 XSLPaddformulas,
 XSLPchgformulatext,
 XSLPchgformula,
 XSLPloadformulas,
 XSLPgetformularows,
 XSLPgetformula,
 XSLPdelformulas
 
