#include "CoinHelperFunctions.hpp"#include "CouenneExprHess.hpp"#include "CouenneProblem.hpp"#include "CouenneProblemElem.hpp"#include "CouenneExprAux.hpp"
Go to the source code of this file.
Defines | |
| #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 | |
| static void | reAlloc (int nCur, int &nMax, int *&r, int *&c, int *&n, int **&l, expression ***&e) |
| code for refilling arrays through realloc | |
| #define reallocStep 100 |
Definition at line 295 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 299 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 371 of file CouenneExprHess.cpp.
1.6.1