Dip
0.92.4
|
#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 |
Definition at line 34 of file VRP_CVRPsep.h.
|
inline |
Definition at line 42 of file VRP_CVRPsep.h.
|
inline |
Definition at line 69 of file VRP_CVRPsep.h.
References clear().
|
inline |
Definition at line 49 of file VRP_CVRPsep.h.
References EdgeHead, EdgeTail, EdgeX, and UTIL_DELARR.
Referenced by init(), and ~CVRPsep_LPSol().
|
inline |
Definition at line 55 of file VRP_CVRPsep.h.
References clear(), CoinAssertHint, EdgeHead, EdgeTail, EdgeX, and nEdges.
Referenced by VRP_CVRPsep::buildLpSol().
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().