Purpose
 
 Check if a
 
  model is running.
 
  Synopsis
 
 int XPRMisrunmod(XPRMmodel model);
 
  Argument
 
 
  
   | 
     model 
     | 
     Reference to a model
     | 
 
  Return value
 
 1 if the model is running, 0 otherwise.
  Further information
 
 This function checks if the given model is being run.
 
  Related topics