Macros | Functions
CouenneExprHess.cpp File Reference
#include "CoinHelperFunctions.hpp"
#include "CouenneExprHess.hpp"
#include "CouenneProblem.hpp"
#include "CouenneProblemElem.hpp"
#include "CouenneExprAux.hpp"
Include dependency graph for CouenneExprHess.cpp:

Go to the source code of this file.

Macros

#define reallocStep   100
 

Functions

void HessElemFill (int i, int level, std::set< int > &list, expression *expr, int *row, int **lam, expression ***eee, CouenneProblem *, std::set< int > &globList)
 code for refilling jacobian More...
 
static void reAlloc (int nCur, int &nMax, int *&r, int *&c, int *&n, int **&l, expression ***&e)
 code for refilling arrays through realloc More...
 

Macro Definition Documentation

#define reallocStep   100

Definition at line 298 of file CouenneExprHess.cpp.

Function Documentation

void HessElemFill ( int  i,
int  level,
std::set< int > &  list,
expression expr,
int row,
int **  lam,
expression ***  eee,
CouenneProblem p,
std::set< int > &  globList 
)

code for refilling jacobian

Definition at line 302 of file CouenneExprHess.cpp.

static void reAlloc ( int  nCur,
int nMax,
int *&  r,
int *&  c,
int *&  n,
int **&  l,
expression ***&  e 
)
static

code for refilling arrays through realloc

Definition at line 374 of file CouenneExprHess.cpp.