XPRMgetprobstat
| XPRMgetprobstat | 
  Purpose
 
  
  Synopsis
 
 int XPRMgetprobstat(XPRMmodel model);
 
  Argument
 
 | 
     model 
     | 
     Reference to a model
     | 
  Return value
 
 
 Problem status.
 
  Further information
 
 
 This function returns the status of the active problem of the given model, or 0 if no problem is available. The problem status is bit encoded as follows:
 
  
   
 The solution status can be obtained by checking the
 XPRM_PBRES bits of the problem status. Possible values are:
 
  
   
 
 | 
      XPRM_PBCHG 
      | |
| 
      XPRM_PBSOL 
      | 
| 
      XPRM_PBOPT 
      | |
| 
      XPRM_PBUNF 
      | |
| 
      XPRM_PBINF 
      | |
| 
      XPRM_PBUNB 
      | |
| 
      XPRM_PBOTH 
      | 
  Related topics
 
  
