#include "OsiSolverInterface.hpp"
#include "CoinPackedVector.hpp"
#include "CoinPackedMatrix.hpp"
#include "CoinHelperFunctions.hpp"
#include "CouennePrecisions.hpp"
Include dependency graph for dummyVecMatr.cpp:
Go to the source code of this file.
Functions | |
void | addSubMatr (int *start, int *len, int *ind, double *el, CoinPackedMatrix &A, CoinPackedVector &v, int &cur, int &ncols, int dispM, int dispVec, int finalrow) |
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 & | A, | |||
CoinPackedVector & | v, | |||
int & | cur, | |||
int & | ncols, | |||
int | dispM, | |||
int | dispVec, | |||
int | finalrow | |||
) |
Definition at line 20 of file dummyVecMatr.cpp.
Referenced by Couenne::CouenneDisjCuts::generateDisjCuts().
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 | ) |
void printLPMatrix | ( | const OsiSolverInterface & | si | ) |
Definition at line 126 of file dummyVecMatr.cpp.
References printMatrix().
Referenced by Couenne::CouenneDisjCuts::generateDisjCuts().