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) |
![]() | |
OoqpMonitor () | |
virtual | ~OoqpMonitor () |
Protected Attributes | |
DoItCFunc | doItC |
void * | ctx |
Additional Inherited Members | |
![]() | |
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 |