Dip
0.92.4
|
#include <vrp_types.h>
Public Attributes | |
char | name [100] |
vrp_params | par |
vrp_cg_params | cg_par |
vrp_lp_params | lp_par |
int | dg_id |
int | vertnum |
int | edgenum |
int * | edges |
int | numroutes |
int | depot |
int | capacity |
int * | demand |
int * | posx |
int * | posy |
distances | dist |
best_tours * | cur_tour |
small_graph * | g |
int | sol_pool_col_num |
int * | sol_pool_cols |
int * | zero_vars |
int | zero_varnum |
Definition at line 164 of file vrp_types.h.
char VRP_PROBLEM::name[100] |
Definition at line 165 of file vrp_types.h.
vrp_params VRP_PROBLEM::par |
Definition at line 166 of file vrp_types.h.
vrp_cg_params VRP_PROBLEM::cg_par |
Definition at line 167 of file vrp_types.h.
vrp_lp_params VRP_PROBLEM::lp_par |
Definition at line 168 of file vrp_types.h.
int VRP_PROBLEM::dg_id |
Definition at line 173 of file vrp_types.h.
int VRP_PROBLEM::vertnum |
Definition at line 174 of file vrp_types.h.
int VRP_PROBLEM::edgenum |
Definition at line 176 of file vrp_types.h.
int* VRP_PROBLEM::edges |
Definition at line 177 of file vrp_types.h.
int VRP_PROBLEM::numroutes |
Definition at line 178 of file vrp_types.h.
int VRP_PROBLEM::depot |
Definition at line 180 of file vrp_types.h.
int VRP_PROBLEM::capacity |
Definition at line 181 of file vrp_types.h.
int* VRP_PROBLEM::demand |
Definition at line 182 of file vrp_types.h.
int* VRP_PROBLEM::posx |
Definition at line 184 of file vrp_types.h.
int* VRP_PROBLEM::posy |
Definition at line 185 of file vrp_types.h.
distances VRP_PROBLEM::dist |
Definition at line 187 of file vrp_types.h.
best_tours* VRP_PROBLEM::cur_tour |
Definition at line 189 of file vrp_types.h.
small_graph* VRP_PROBLEM::g |
Definition at line 198 of file vrp_types.h.
int VRP_PROBLEM::sol_pool_col_num |
Definition at line 207 of file vrp_types.h.
int* VRP_PROBLEM::sol_pool_cols |
Definition at line 208 of file vrp_types.h.
int* VRP_PROBLEM::zero_vars |
Definition at line 210 of file vrp_types.h.
int VRP_PROBLEM::zero_varnum |
Definition at line 211 of file vrp_types.h.