XSLPvalidateprob
 XSLPvalidateprob | 
   
  Purpose
 
 Validates the current problem formulation and statement
 
  Synopsis
 
int XPRS_CC XSLPvalidateprob(XSLPprob Prob, int *nErrors, int *nWarnings);
 
  Arguments
 
| 
     
     Prob 
       | 
   
     
     The current SLP problem.
       | 
  
| 
     
     nErrors 
       | 
   
     
     Returns the number of errors found in the problem. Errors are expected to make the problem not solve.
       | 
  
| 
     
     nWarnings 
       | 
   
     
     Returns the number of potential issues found in the problem. The solver may be able to automatically recover during the solve.
       | 
  
  Further information
 
  This function is expected to be used in the development stage of a model.
 
