#include <stdio.h>
#include "CoinHelperFunctions.hpp"
#include "CouenneExprJac.hpp"
#include "CouenneProblem.hpp"
#include "CouenneProblemElem.hpp"
#include "CouenneExprAux.hpp"
Include dependency graph for CouenneExprJac.cpp:
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 |
static void reAlloc | ( | int | nCur, | |
int & | nMax, | |||
int *& | r, | |||
int *& | c, | |||
expression **& | e | |||
) | [static] |