Dip  0.92.4
Public Member Functions | Public Attributes | List of all members
CVRPsep_LPSol Class Reference

#include <VRP_CVRPsep.h>

Public Member Functions

 CVRPsep_LPSol ()
 
void clear ()
 
void init (const int n)
 
 ~CVRPsep_LPSol ()
 

Public Attributes

int nEdges
 
double * EdgeX
 
int * EdgeTail
 
int * EdgeHead
 

Detailed Description

Definition at line 34 of file VRP_CVRPsep.h.

Constructor & Destructor Documentation

CVRPsep_LPSol::CVRPsep_LPSol ( )
inline

Definition at line 42 of file VRP_CVRPsep.h.

CVRPsep_LPSol::~CVRPsep_LPSol ( )
inline

Definition at line 69 of file VRP_CVRPsep.h.

References clear().

Member Function Documentation

void CVRPsep_LPSol::clear ( )
inline

Definition at line 49 of file VRP_CVRPsep.h.

References EdgeHead, EdgeTail, EdgeX, and UTIL_DELARR.

Referenced by init(), and ~CVRPsep_LPSol().

void CVRPsep_LPSol::init ( const int  n)
inline

Definition at line 55 of file VRP_CVRPsep.h.

References clear(), CoinAssertHint, EdgeHead, EdgeTail, EdgeX, and nEdges.

Referenced by VRP_CVRPsep::buildLpSol().

Member Data Documentation

int CVRPsep_LPSol::nEdges

Definition at line 36 of file VRP_CVRPsep.h.

Referenced by init(), and VRP_CVRPsep::sepCapacityCuts().

double* CVRPsep_LPSol::EdgeX

Definition at line 37 of file VRP_CVRPsep.h.

Referenced by VRP_CVRPsep::buildLpSol(), clear(), init(), and VRP_CVRPsep::sepCapacityCuts().

int* CVRPsep_LPSol::EdgeTail

Definition at line 38 of file VRP_CVRPsep.h.

Referenced by VRP_CVRPsep::buildLpSol(), clear(), init(), and VRP_CVRPsep::sepCapacityCuts().

int* CVRPsep_LPSol::EdgeHead

Definition at line 39 of file VRP_CVRPsep.h.

Referenced by VRP_CVRPsep::buildLpSol(), clear(), init(), and VRP_CVRPsep::sepCapacityCuts().


The documentation for this class was generated from the following file: