| 
    PIPS-NLP
    
   | 
 
#include <OoqpMonitor.h>
  
 Public Member Functions | |
| COoqpMonitor (DoItCFunc doItC_, void *ctx_) | |
| virtual void | doIt (Solver *solver, Data *data, Variables *vars, Residuals *resids, double alpha, double sigma, int i, double mu, int status_code, int level) | 
  Public Member Functions inherited from OoqpMonitor | |
| OoqpMonitor () | |
| virtual | ~OoqpMonitor () | 
Protected Attributes | |
| DoItCFunc | doItC | 
| void * | ctx | 
Additional Inherited Members | |
  Public Attributes inherited from OoqpMonitor | |
| OoqpMonitor * | nextMonitor | 
Represents monitors that use a C function to print progress information for an algorithm.
| COoqpMonitor::COoqpMonitor | ( | DoItCFunc | doItC_, | 
| void * | ctx_ | ||
| ) | 
      
  | 
  virtual | 
Implements OoqpMonitor.
      
  | 
  protected | 
      
  | 
  protected | 
 1.8.11