#include <stdio.h>#include "CoinHelperFunctions.hpp"#include "CouenneExprJac.hpp"#include "CouenneProblem.hpp"#include "CouenneProblemElem.hpp"#include "CouenneExprAux.hpp"
Go to the source code of this file.
Defines | |
| #define | reallocStep 100 |
| code for refilling jacobian | |
Functions | |
| static void | reAlloc (int nCur, int &nMax, int *&r, int *&c, expression **&e) |
| #define reallocStep 100 |
code for refilling jacobian
Definition at line 84 of file CouenneExprJac.cpp.
| static void reAlloc | ( | int | nCur, | |
| int & | nMax, | |||
| int *& | r, | |||
| int *& | c, | |||
| expression **& | e | |||
| ) | [static] |
Definition at line 85 of file CouenneExprJac.cpp.
1.6.1