Dip  0.92.4
Public Attributes | List of all members
VRP_PARAMS Struct Reference

#include <vrp_types.h>

Collaboration diagram for VRP_PARAMS:
Collaboration graph
[legend]

Public Attributes

char infile [MAX_FILE_NAME_LENGTH+1]
 
int verbosity
 
char tsp_prob
 
char bpp_prob
 
int k_closest
 
int min_closest
 
int max_closest
 
int add_all_edges
 
int add_depot_edges
 
int base_variable_selection
 
int use_small_graph
 
char small_graph_file [MAX_FILE_NAME_LENGTH]
 
int colgen_strat [2]
 
exec executables
 
debugging debug
 
int test
 
char test_dir [MAX_FILE_NAME_LENGTH+1]
 

Detailed Description

Definition at line 128 of file vrp_types.h.

Member Data Documentation

char VRP_PARAMS::infile[MAX_FILE_NAME_LENGTH+1]

Definition at line 129 of file vrp_types.h.

int VRP_PARAMS::verbosity

Definition at line 130 of file vrp_types.h.

char VRP_PARAMS::tsp_prob

Definition at line 131 of file vrp_types.h.

char VRP_PARAMS::bpp_prob

Definition at line 133 of file vrp_types.h.

int VRP_PARAMS::k_closest

Definition at line 135 of file vrp_types.h.

int VRP_PARAMS::min_closest

Definition at line 136 of file vrp_types.h.

int VRP_PARAMS::max_closest

Definition at line 137 of file vrp_types.h.

int VRP_PARAMS::add_all_edges

Definition at line 138 of file vrp_types.h.

int VRP_PARAMS::add_depot_edges

Definition at line 139 of file vrp_types.h.

int VRP_PARAMS::base_variable_selection

Definition at line 140 of file vrp_types.h.

int VRP_PARAMS::use_small_graph

Definition at line 141 of file vrp_types.h.

char VRP_PARAMS::small_graph_file[MAX_FILE_NAME_LENGTH]

Definition at line 142 of file vrp_types.h.

int VRP_PARAMS::colgen_strat[2]

Definition at line 143 of file vrp_types.h.

exec VRP_PARAMS::executables

Definition at line 145 of file vrp_types.h.

debugging VRP_PARAMS::debug

Definition at line 146 of file vrp_types.h.

int VRP_PARAMS::test

Definition at line 155 of file vrp_types.h.

char VRP_PARAMS::test_dir[MAX_FILE_NAME_LENGTH+1]

Definition at line 156 of file vrp_types.h.


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