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

#include <heur_types.h>

Collaboration diagram for HEUR_PROB:
Collaboration graph
[legend]

Public Attributes

best_tourscur_tour
 
heur_params par
 
int vertnum
 
int numroutes
 
int depot
 
int capacity
 
int * demand
 
int edgenum
 
distances dist
 

Detailed Description

Definition at line 38 of file heur_types.h.

Member Data Documentation

best_tours* HEUR_PROB::cur_tour

Definition at line 39 of file heur_types.h.

heur_params HEUR_PROB::par

Definition at line 40 of file heur_types.h.

int HEUR_PROB::vertnum

Definition at line 41 of file heur_types.h.

int HEUR_PROB::numroutes

Definition at line 43 of file heur_types.h.

int HEUR_PROB::depot

Definition at line 46 of file heur_types.h.

int HEUR_PROB::capacity

Definition at line 47 of file heur_types.h.

int* HEUR_PROB::demand

Definition at line 48 of file heur_types.h.

int HEUR_PROB::edgenum

Definition at line 51 of file heur_types.h.

distances HEUR_PROB::dist

Definition at line 52 of file heur_types.h.


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