VRP information for a single node.
More...
#include <vrp.h>
Detailed Description
VRP information for a single node.
Definition at line 48 of file vrp.h.
Field Documentation
The bits which by analysis are definitely not set: 1 for may be set, 0: definitely not set.
Definition at line 52 of file vrp.h.
The bits which, by analysis, are definitely set: 0: may be not set, 1: definitely set.
Definition at line 49 of file vrp.h.
lower end of the value range
Definition at line 56 of file vrp.h.
upper end of the value range
Definition at line 57 of file vrp.h.
The range represented by range_top, range_bottom.
Definition at line 55 of file vrp.h.
The documentation for this struct was generated from the following file: