Orders are the service requests of customers or delivery/pick-up requests. An order may be picking up some amount of goods from one station or depot and delivering to another station or depot. An order may be picking a passenger from one station and leaving at another station.
In logvrp, orders have source and destination location properties, time windows,
load amount, loading and unloading duration properties.
Orders in logvrp have the following properties:
Order Sets in logvrp are the sets of orders. The orders are saved as a set together.
The logvrp solvers (algorithms) operate on the sets. The logvrp solvers (algorithms)
will try to find a solution which satisfy all orders with the given Vehicle Set.
Since the orders are dependent on stations by source station and destination station,
an Order Set is associated with at least 1 Station Set. When order’s source and
destination stations are set, then the order is dependent on those stations. The
Order Set whose orders are associated with the stations of a Station Set, is said
to have related Station Set. Therefore, the Order Set becomes associated to the
Station Set. Then, that Station Set is called the related Station Set of the Order
Set. This concept is important in loading and saving Order Sets and Station Sets.
In order to save an Order Set, its related Station Set must be saved before.