#include "OSKnitroSolver.h"
#include "OSCommonUtil.h"
#include <dlfcn.h>
Go to the source code of this file.
|  | 
| static int | wrapperEvalFC (const int evalRequestCode, const int n, const int m, const int nnzJ, const int nnzH, const double *const daX, const double *const daLambda, double *const dObj, double *const daC, double *const daG, double *const daJ, double *const daH, double *const daHV, void *userParams) | 
|  | 
| static int | wrapperEvalGA (const int evalRequestCode, const int n, const int m, const int nnzJ, const int nnzH, const double *const daX, const double *const daLambda, double *const dObj, double *const daC, double *const daG, double *const daJ, double *const daH, double *const daHV, void *userParams) | 
|  | By necessity this wrapper signature matches the function KTR_callback.  More... 
 | 
|  | 
| static int | wrapperEvalHorHV (const int evalRequestCode, const int n, const int m, const int nnzJ, const int nnzH, const double *const daX, const double *const daLambda, double *const dObj, double *const daC, double *const daG, double *const daJ, double *const daH, double *const daHV, void *userParams) | 
|  | By necessity this wrapper signature matches the function KTR_callback.  More... 
 | 
|  | 
  
  | 
        
          | static int wrapperEvalFC | ( | const int | evalRequestCode, |  
          |  |  | const int | n, |  
          |  |  | const int | m, |  
          |  |  | const int | nnzJ, |  
          |  |  | const int | nnzH, |  
          |  |  | const double *const | daX, |  
          |  |  | const double *const | daLambda, |  
          |  |  | double *const | dObj, |  
          |  |  | double *const | daC, |  
          |  |  | double *const | daG, |  
          |  |  | double *const | daJ, |  
          |  |  | double *const | daH, |  
          |  |  | double *const | daHV, |  
          |  |  | void * | userParams |  
          |  | ) |  |  |  | static | 
 
 
  
  | 
        
          | static int wrapperEvalGA | ( | const int | evalRequestCode, |  
          |  |  | const int | n, |  
          |  |  | const int | m, |  
          |  |  | const int | nnzJ, |  
          |  |  | const int | nnzH, |  
          |  |  | const double *const | daX, |  
          |  |  | const double *const | daLambda, |  
          |  |  | double *const | dObj, |  
          |  |  | double *const | daC, |  
          |  |  | double *const | daG, |  
          |  |  | double *const | daJ, |  
          |  |  | double *const | daH, |  
          |  |  | double *const | daHV, |  
          |  |  | void * | userParams |  
          |  | ) |  |  |  | static | 
 
By necessity this wrapper signature matches the function KTR_callback. 
It calls the current optimization problem's eval method. 
Definition at line 79 of file OSKnitroSolver.cpp.
 
 
  
  | 
        
          | static int wrapperEvalHorHV | ( | const int | evalRequestCode, |  
          |  |  | const int | n, |  
          |  |  | const int | m, |  
          |  |  | const int | nnzJ, |  
          |  |  | const int | nnzH, |  
          |  |  | const double *const | daX, |  
          |  |  | const double *const | daLambda, |  
          |  |  | double *const | dObj, |  
          |  |  | double *const | daC, |  
          |  |  | double *const | daG, |  
          |  |  | double *const | daJ, |  
          |  |  | double *const | daH, |  
          |  |  | double *const | daHV, |  
          |  |  | void * | userParams |  
          |  | ) |  |  |  | static | 
 
By necessity this wrapper signature matches the function KTR_callback. 
It calls the current optimization problem's eval method. 
Definition at line 115 of file OSKnitroSolver.cpp.
 
 
  
  | 
        
          | NlpProblemDef* g_pTheNlpProblemDefInstance = NULL |  | static | 
 
 
  
  | 
        
          | NlpProblemDef* g_pOptProblem = NULL |  | static |