#include "OsiSolverInterface.hpp"#include "CoinPackedVector.hpp"#include "CoinPackedMatrix.hpp"#include "CoinHelperFunctions.hpp"#include "CouennePrecisions.hpp"
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.
| 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.
1.6.1