Macros | Functions
disjCut.cpp File Reference
#include "CoinTime.hpp"
#include "OsiClpSolverInterface.hpp"
#include "CouennePrecisions.hpp"
#include "CouenneDisjCuts.hpp"
#include "CouenneInfeasCut.hpp"
Include dependency graph for disjCut.cpp:

Go to the source code of this file.

Macros

#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)
 

Macro Definition Documentation

#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.

Function Documentation

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.