#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 32 of file VRP_CVRPsep.h.
| CVRPsep_LPSol::CVRPsep_LPSol | ( | ) | [inline] |
Definition at line 40 of file VRP_CVRPsep.h.
| CVRPsep_LPSol::~CVRPsep_LPSol | ( | ) | [inline] |
Definition at line 67 of file VRP_CVRPsep.h.
References clear().
| void CVRPsep_LPSol::clear | ( | ) | [inline] |
Definition at line 47 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 53 of file VRP_CVRPsep.h.
References clear(), CoinAssertHint, EdgeHead, EdgeTail, EdgeX, and nEdges.
Referenced by VRP_CVRPsep::buildLpSol().
Definition at line 34 of file VRP_CVRPsep.h.
Referenced by init(), and VRP_CVRPsep::sepCapacityCuts().
| double* CVRPsep_LPSol::EdgeX |
Definition at line 35 of file VRP_CVRPsep.h.
Referenced by VRP_CVRPsep::buildLpSol(), clear(), init(), and VRP_CVRPsep::sepCapacityCuts().
Definition at line 36 of file VRP_CVRPsep.h.
Referenced by VRP_CVRPsep::buildLpSol(), clear(), init(), and VRP_CVRPsep::sepCapacityCuts().
Definition at line 37 of file VRP_CVRPsep.h.
Referenced by VRP_CVRPsep::buildLpSol(), clear(), init(), and VRP_CVRPsep::sepCapacityCuts().
1.6.1