#include "CoinHelperFunctions.hpp"
#include "CouenneExprHess.hpp"
#include "CouenneProblem.hpp"
#include "CouenneProblemElem.hpp"
#include "CouenneExprAux.hpp"
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... | |
#define reallocStep 100 |
Definition at line 298 of file CouenneExprHess.cpp.
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 |
code for refilling arrays through realloc
Definition at line 374 of file CouenneExprHess.cpp.