#include "CoinTime.hpp"#include "OsiClpSolverInterface.hpp"#include "CouennePrecisions.hpp"#include "CouenneDisjCuts.hpp"#include "CouenneInfeasCut.hpp"
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 |
Definition at line 22 of file disjCut.cpp.
| #define MIN_NUM_COEFF 1.e-9 |
Definition at line 24 of file disjCut.cpp.
| #define MAX_NUM_COEFF 1.e+9 |
Definition at line 25 of file disjCut.cpp.
| #define MAX_NUM_RATIO 1.e+6 |
Definition at line 26 of file disjCut.cpp.
| void printMatrix | ( | int | nrows, | |
| int | ncols, | |||
| int | nel, | |||
| const int * | start, | |||
| const int * | len, | |||
| const int * | ind, | |||
| const double * | el | |||
| ) |
Definition at line 82 of file dummyVecMatr.cpp.
| void printMatrix | ( | const CoinPackedMatrix * | A | ) |
Definition at line 108 of file dummyVecMatr.cpp.
| void printLPMatrix | ( | const OsiSolverInterface & | si | ) |
Definition at line 126 of file dummyVecMatr.cpp.
| void addSubMatr | ( | int * | start, | |
| int * | len, | |||
| int * | ind, | |||
| double * | el, | |||
| CoinPackedMatrix & | Astd, | |||
| CoinPackedVector & | rstd, | |||
| int & | cur, | |||
| int & | curCol, | |||
| int | dispM, | |||
| int | dispVec, | |||
| int | nrows | |||
| ) |
Definition at line 20 of file dummyVecMatr.cpp.
1.6.1