#include "CoinTime.hpp"
#include "OsiClpSolverInterface.hpp"
#include "CouennePrecisions.hpp"
#include "CouenneDisjCuts.hpp"
#include "CouenneInfeasCut.hpp"
Go to the source code of this file.
|
void | printMatrix (int nrows, int ncols, int nel, const int *start, const int *len, const int *ind, const double *el) |
|
void | printMatrix (const CoinPackedMatrix *A) |
|
void | printLPMatrix (const OsiSolverInterface &si) |
|
void | addSubMatr (int *start, int *len, int *ind, double *el, CoinPackedMatrix &Astd, CoinPackedVector &rstd, int &cur, int &curCol, int dispM, int dispVec, int nrows) |
|
#define COEFF_BOUNDS 1.e10 |
#define MIN_NUM_COEFF 1.e-9 |
#define MAX_NUM_COEFF 1.e+9 |
#define MAX_NUM_RATIO 1.e+6 |
void printMatrix |
( |
int |
nrows, |
|
|
int |
ncols, |
|
|
int |
nel, |
|
|
const int * |
start, |
|
|
const int * |
len, |
|
|
const int * |
ind, |
|
|
const double * |
el |
|
) |
| |
void printMatrix |
( |
const CoinPackedMatrix * |
A | ) |
|
void printLPMatrix |
( |
const OsiSolverInterface & |
si | ) |
|
void addSubMatr |
( |
int * |
start, |
|
|
int * |
len, |
|
|
int * |
ind, |
|
|
double * |
el, |
|
|
CoinPackedMatrix & |
Astd, |
|
|
CoinPackedVector & |
rstd, |
|
|
int & |
cur, |
|
|
int & |
curCol, |
|
|
int |
dispM, |
|
|
int |
dispVec, |
|
|
int |
nrows |
|
) |
| |