#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.
Macros | |
| #define | reallocStep 100 |
| code for refilling jacobian More... | |
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.
Definition at line 85 of file CouenneExprJac.cpp.
1.8.5