16 #ifndef OSDIPBLOCKBEARCATSOLVER_H 
   17 #define OSDIPBLOCKBEARCATSOLVER_H 
   64         double qrouteCost(
const int& 
k, 
const int& l, 
double* 
c, 
int* kountVar) ;
 
   78         virtual void solve(
double *cost, std::vector<IndexValuePair*> *solIndexValPair, 
double *optVal) ;
 
   91         virtual void solve(
double *cost, std::string *osrl) ;
 
virtual void solve(double *cost, std::vector< IndexValuePair * > *solIndexValPair, double *optVal)
 
OSInstance * m_osinstance
 
std::vector< IndexValuePair * > m_primalVals
 
OSDipBlockSolver * create()
 
OSDipBlockBearcatSolver()
Default Constructor. 
 
The in-memory representation of an OSiL instance.. 
 
double qrouteCost(const int &k, const int &l, double *c, int *kountVar)
 
~OSDipBlockBearcatSolver()
Default destructor.