#include "CoinTime.hpp"
#include "OsiClpSolverInterface.hpp"
#include "CouennePrecisions.hpp"
#include "CouenneDisjCuts.hpp"
Include dependency graph for disjCut.cpp:
Go to the source code of this file.
Defines | |
#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 |
Functions | |
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 | |||
) |
Definition at line 81 of file dummyVecMatr.cpp.
Referenced by CouenneDisjCuts::generateDisjCuts(), printLPMatrix(), and printMatrix().
void printMatrix | ( | const CoinPackedMatrix * | A | ) |
void printLPMatrix | ( | const OsiSolverInterface & | si | ) |
Definition at line 125 of file dummyVecMatr.cpp.
References printMatrix().
Referenced by CouenneDisjCuts::generateDisjCuts().
void addSubMatr | ( | int * | start, | |
int * | len, | |||
int * | ind, | |||
double * | el, | |||
CoinPackedMatrix & | Astd, | |||
CoinPackedVector & | rstd, | |||
int & | cur, | |||
int & | curCol, | |||
int | dispM, | |||
int | dispVec, | |||
int | nrows | |||
) |