An embodiment described herein relates to a delivery support device, a delivery support method, and a delivery support program.
A delivery vehicle is one of main means for supplying resources to a delivery destination.
A problem of appropriately determining a route of a delivery vehicle in order to efficiently deliver resources to a plurality of delivery destinations is a problem of high interest. For example, at the time of a large-scale disaster, it is required to select a route that minimizes the time for exhaustion of resources such as power and water at a delivery destination.
As a method for selecting a route as described above, there is a method by using a branch-and-bound method. The branch-and-bound method is a technique often used to obtain an exact solution in a vehicle routing problem (VRP).
For example, in Non Patent Literature 1, a maximum value (maximum exhaustion time) of a time during which resources at a plurality of delivery destinations are exhausted is set as an objective function. An optimization problem that minimizes the objective function is solved according to the branch-and-bound method.
However, in Non Patent Literature 1, there are concerns about the following points regarding the relaxation problem used in a bound operation in the branch-and-bound method.
First, since a movement time between locations is proportional to a Euclidean distance, the movement time on a map cannot be used. Thus, a resource exhaustion time may deviate from the actual time.
Since it is not possible to determine whether or not the relaxation problem is NP-difficult, there is no guarantee that an optimal solution can be obtained. Thus, there is a possibility that a solution finally obtained according to the branch-and-bound method is not an exact solution.
The time for which a delivery vehicle stays at a delivery destination is not considered. Thus, it is difficult to cope with a case where the time for which the delivery vehicle stays is different for each delivery destination.
The present invention has been made in view of the above circumstances, and an object of the present invention is to provide means for efficiently obtaining an optimal resource delivery route.
A delivery support device according to one aspect includes a derivation unit that derives a route of a resource in a delivery apparatus, for minimizing a maximum value of a time during which the resource is exhausted at a plurality of first locations. The derivation unit derives the route based on a branch-and-bound method using a relaxation problem of aggregating a plurality of second locations of which a delivery order is not determined among the plurality of first locations into one point.
According to the embodiment, it is possible to provide means for efficiently obtaining an optimal resource delivery route.
Hereinafter, an embodiment will be described with reference to the drawings. Note that in the following description, constituents having the same function and configuration are denoted by the same reference signs. In a case where a plurality of constituents having a common reference sign are distinguished from each other, the constituents are distinguished by an additional reference sign (for example, a hyphen and a number such as “−1”) attached after the common reference sign.
A configuration of a delivery system according to an embodiment will be described.
First, a configuration of the delivery system according to the embodiment will be described.
As illustrated in
The delivery support center 2 generates a delivery plan for comprehensively controlling delivery of resources in the delivery system 1. The delivery support center 2 is configured to perform wireless connection with the delivery base 3. As a result, the delivery support center 2 wirelessly transmits a generated optimal route for delivery to the delivery base 3.
The delivery support center 2 also includes a delivery support device 10. The delivery support device 10 is a computer that supports generation of an optimal route for delivery in the delivery support center 2. Details of the delivery support device 10 will be described below.
The delivery base 3 is, for example, a place where resources are stored. At least one delivery vehicle 4 is disposed in the delivery base 3. The delivery base 3 instructs the delivery vehicle 4 to deliver a resource on the basis of the optimal route received from the delivery support center 2.
The delivery vehicle 4 is an apparatus such as a vehicle capable of delivering a resource. The delivery vehicle 4 delivers a resource to the delivery destination 5 along the optimal route received from the delivery support center 2. The action purpose of the delivery vehicle 4 is, for example, to minimize a maximum value (maximum exhaustion time Tmax) of a time (exhaustion time T) during which resources are exhausted in the plurality of delivery destinations 5-1 to 5-6. The action purpose of the delivery vehicle 4 is realized by the optimal route transmitted from the delivery support center 2.
The delivery destination 5 is a location to which a resource is delivered by the delivery vehicle 4. The delivery destination 5 is, for example, an evacuation spot at the time of disaster occurrence. The resource is, for example, an infrastructure resource such as water or electric power. Resources are stored in advance at the delivery destination 5. At the time of a disaster, the resources stored at the delivery destination 5 are gradually consumed by evacuees.
Hereinafter, locations of the delivery vehicle 4 and the delivery destination 5 on the map (that is, on a two-dimensional plane) are associated vertices v. In the example in
Next, a configuration of the delivery support device according to the embodiment will be described.
The control circuit 11 is a circuit that entirely controls each constituent of the delivery support device 10. The control circuit 11 includes a central processing unit (CPU), a random access memory (RAM), a read only memory (ROM), and the like.
The memory 12 is an auxiliary storage device of the delivery support device 10. The memory 12 includes, for example, a hard disk drive (HDD), a solid state drive (SSD), and a memory card. The memory 12 stores various types of information used for a delivery support operation and a delivery support program. The delivery support program may be stored in the memory 12 by being transmitted from the outside of the delivery support device 10 via a network (not illustrated).
The delivery support operation is a series of operations executed to support generation of a resource delivery plan in the delivery system 1. The delivery support operation includes, for example, an operation for examining in what order a resource is delivered to the delivery destination 5 such that the maximum exhaustion time Tmax can be minimized. The delivery support program is a program for causing the delivery support device 10 to execute the delivery support operation. Details of the delivery support operation will be described later.
The communication module 13 is a circuit used for transmission and reception of data via a network.
The user interface 14 is a circuit for performing information communication between a user and the control circuit 11. The user interface 14 includes an input device and an output device. The input device includes, for example, a touch panel and an operation button. The output device includes, for example, a liquid crystal display (LCD), an electroluminescence (EL) display, and a printer. The user interface 14 converts an input from a user (user input) into an electrical signal, and then transmits the electrical signal to the control circuit 11. The user interface 14 outputs an execution result of the delivery support program received from the control circuit 11 to the user.
The drive 15 is a device for reading a program stored in a storage medium 16. The drive 15 includes, for example, a compact disk (CD) drive and a digital versatile disk (DVD) drive.
The storage medium 16 is a medium that accumulates information such as programs through electrical, magnetic, optical, mechanical, or chemical action. The storage medium 16 may store the delivery support program.
The CPU of the control circuit 11 loads the delivery support program stored in the memory 12 or the storage medium 16 onto the RAM. The CPU of the control circuit 11 interprets and executes the delivery support program loaded onto the RAM to control the memory 12, the communication module 13, the user interface 14, the drive 15, and the storage medium 16. As a result, as illustrated in
The input unit 21 stores various types of information in the storage unit 22 on the basis of an input from a user. The various types of information stored in the storage unit 22 include, for example, delivery vehicle information 22a, delivery destination information 22b, and movement time information 22c.
As illustrated in
The delivery vehicle vertex uniquely identifies a vertex name associated with the delivery vehicle 4.
The delivery vehicle position is current position information of the delivery vehicle 4. The delivery vehicle position is represented by, for example, two-dimensional coordinates (X, Y). The delivery vehicle position may be represented by latitude and longitude.
In the example in
As illustrated in
The delivery destination vertex uniquely identifies a vertex name associated with the delivery destination 5.
The delivery destination position is position information of the delivery destination 5. The delivery destination position is represented by, for example, two-dimensional coordinates (x, y). The delivery destination position may be represented by latitude and longitude similarly to the delivery vehicle position.
The grace time d is information indicating a time from the reference time until resources stored at the delivery destination 5 are exhausted. The reference time is fixed to, for example, the start time of the delivery support operation. Accordingly, the grace time d is fixed while the delivery support operation is being executed. The grace time d may be replaced with a resource exhaustion time.
The stay time p is information indicating a time from the start to the end of resource supply after the delivery vehicle 4 arrives at the delivery destination 5. During the stay time p, the delivery vehicle 4 does not move from the delivery destination 5. After the stay time p elapses from the arrival of the delivery vehicle 4 at the delivery destination 5, the delivery vehicle 4 departs for the next delivery destination 5.
In the example of
As illustrated in
In the example in
Returning to
The route management unit 23 is a functional block for managing a route that can be taken when the delivery vehicle 4 delivers resources to the delivery destination 5. Each route is, for example, a delivery order defined under the constraint of starting from the current position of the delivery vehicle 4 and passing through all the delivery destinations 5 to which resources are to be delivered once. The route management unit 23 generates a route list L on the basis of the delivery vehicle information 22a and the delivery destination information 22b. The route list L is a set of routes.
The route management unit 23 extracts a route group P from the route list L in response to a request from the optimal route derivation unit 24. The route group P is a subset of the routes in the route list L. Specifically, for example, the route group P includes at least one route in which the delivery destination 5 to be delivered first is common among the delivery destinations 5 of which a delivery order is not determined in the route list L. The route management unit 23 transmits the extracted route group P to the optimal route derivation unit 24. The route management unit 23 deletes the route group P transmitted to the optimal route derivation unit 24 from the route list L.
The route management unit 23 adds a sub-route group P′ generated through a branching process by the optimal route derivation unit 24 to the route list L as a new route group P. The sub-route group P′ is a subset of routes in a certain route group P. Specifically, for example, the sub-route group P′ includes at least one route in which the delivery destination 5 to be delivered first is common among the delivery destinations 5 whose delivery order is not determined in a certain route group P. The branching process will be described later.
The optimal route derivation unit 24 is a functional block for deriving an optimal route from the route list L according to the branch-and-bound method. The optimal route is a route that minimizes the maximum exhaustion time Tmax. The optimal route derivation unit 24 includes an upper limit value route selection unit 30, an upper limit value calculation unit 31, a first determination unit 32, an update unit 33, a relaxation problem setting unit 34, an idle time calculation unit 35, a lower limit value route selection unit 36, a lower limit value calculation unit 37, a second determination unit 38, and a branching unit 39.
The upper limit value route selection unit 30 is a functional block for selecting an upper limit value route r1 from the route group P. The upper limit value route r1 is a route used for calculating an upper limit value UB of the maximum exhaustion time Tmax in the route group P. The upper limit value UB may be read as an upper bound. Specifically, for example, for the delivery destination 5 of which a delivery order is not determined in the route group P, the upper limit value route selection unit 30 selects a route sequentially heading for the delivery destination 5 having a shorter grace time d as the upper limit value route r1. The upper limit value route selection unit 30 transmits the selected upper limit value route r1 to the upper limit value calculation unit 31.
Note that, in the upper limit value route r1, assuming that the order in which a resource is delivered to the delivery destination 5-i is k-th, a relationship between i and k is expressed by the following Formula (1). Here, when k=0, i=0.
The upper limit value calculation unit 31 is a functional block for calculating the upper limit value UB on the basis of the upper limit value route r1. Specifically, for example, the upper limit value calculation unit 31 calculates the time ai (r1) at which the delivery vehicle 4 arrives at the delivery destination 5-i on the upper limit value route r1 according to the following Formula (2). Here, p0=0.
The upper limit value calculation unit 31 calculates an exhaustion time Ti (r1) of the delivery destination 5-i on the upper limit value route r1 on the basis of the calculated arrival time ai (r1) to the delivery destination 5-i according to the following Formula (3).
The maximum value of the exhaustion time Ti (r1) is the maximum exhaustion time Tmax in the upper limit value route r1. That is, the upper limit value calculation unit 31 calculates the upper limit value UB according to the following Formula (4). The upper limit value calculation unit 31 transmits the calculated upper limit value UB to the first determination unit 32.
The first determination unit 32 is a functional block for determining whether or not to update the evaluation function in the branch-and-bound method. The first determination unit 32 determines whether or not the upper limit value UB is more than the evaluation function. In a case where the upper limit value UB is more than the evaluation function, the first determination unit 32 transmits the upper limit value UB to the update unit 33. In a case where the upper limit value UB is equal to or less than the evaluation function, the first determination unit 32 does not transmit the upper limit value UB to the update unit 33.
The update unit 33 is a functional block for updating the evaluation function. In a case where the upper limit value UB is received from the first determination unit 32, the update unit 33 updates the evaluation function with the upper limit value UB. The update unit 33 stores the updated evaluation function and the upper limit value route r1 corresponding to the evaluation function in the memory 12 in association with each other.
The relaxation problem setting unit 34 is a functional block for setting a relaxation problem. The relaxation problem is a problem in which a difficulty level of solution derivation is relaxed by imposing constraints on an original problem (that is, a problem of deriving an optimal route that minimizes the maximum exhaustion time among routes for delivering resources to all the delivery destinations 5 on the map). The relaxation problem is applied when a lower limit value LB of the maximum exhaustion time Tmax in the route group P is calculated. The lower limit value may be read as a lower bound. Specifically, the relaxation problem setting unit 34 imposes a constraint to aggregate all the delivery destinations 5 of which a delivery order is not determined in the route group P at an appropriate position. The appropriate position is, for example, a position of the delivery destination 5 of which a delivery order is the last among the delivery destinations 5 of which a delivery order is determined in the route group P. By imposing such a constraint, the movement time t between the delivery destinations 5 of which positions are aggregated can be regarded as 0.
In the following description, a vertex corresponding to the delivery destination 5-i of which a position is aggregated in the relaxation problem is set as a vertex v′i. A grace time and a stay time in the relaxation problem of the delivery destination 5-i corresponding to the vertex v′i are d′i and p′i, respectively. An arrival time and an exhaustion time in the relaxation problem of the delivery destination 5-i corresponding to the vertex v′i are a′i and T′i, respectively. The maximum exhaustion time based on the exhaustion time T′i is set to T′ max. Note that positions of all the vertices v′i match each other. The grace time d′i and the stay time p′i are set to values equal to the grace time di and the stay time pi (d′i=di, p′i=pi).
The idle time calculation unit 35 is a functional block for calculating an idle time It applied to the relaxation problem. For example, in the relaxation problem, the idle time It is defined as a time during which the supply of a resource is impossible after the delivery vehicle 4 finishes the supply of the resource to a certain delivery destination 5 until the supply of the resource to the next delivery destination 5 is started. The idle time It is calculated according to the movement time t in the original problem. Specifically, for example, an idle time Itj from the end of the supply of the resource to the delivery destination 5 corresponding to the vertex v′i to the start of the supply of the resource to the delivery destination 5 corresponding to the vertex v′j is expressed as the following Formula (5).
The idle time calculation unit 35 calculates the idle time It according to Formula (5). The idle time calculation unit 35 transmits the calculated idle time It to the lower limit value route selection unit 36.
The lower limit value route selection unit 36 is a functional block for selecting a lower limit value route r2 from the route group P. The lower limit value route r2 is a route used for calculating the lower limit value LB of the maximum exhaustion time Tmax in the route group P. Specifically, for example, for the delivery destination 5 of which a position is aggregated according to the relaxation problem, the lower limit value route selection unit 36 selects a route sequentially heading for the delivery destination 5 having a smaller sum (d′+p′) of the grace time d′ and the stay time p′ as the lower limit value route r2. The lower limit value route selection unit 36 transmits the selected lower limit value route r2 to the lower limit value calculation unit 37.
Note that the above-described lower limit value route r2 minimizes the maximum exhaustion time T′max in the delivery destination 5 of which a position is aggregated according to the relaxation problem in the route group P. This is easily proved by using a framework of a delivery delay time minimization problem in a scheduling problem.
Note that, in the lower limit value route r2, assuming that the order in which a resource is delivered to the delivery destination 5-i is the k-th, a relationship between i and k is expressed by the following Formula (6). Here, when k=0, i=0.
The lower limit value calculation unit 37 is a functional block for calculating the lower limit value LB on the basis of the lower limit value route r2. Specifically, for example, the lower limit value calculation unit 37 calculates a time a′i (r2) at which the delivery vehicle 4 arrives at the delivery destination 5-i on the lower limit value route r2 according to the following Formula (7).
The lower limit value calculation unit 37 calculates an exhaustion time T′i (r2) of the delivery destination 5-i in the lower limit value route r2 on the basis of the calculated arrival time a′i (r2) to the delivery destination 5-i according to the following Formula (8).
The maximum value of the exhaustion time T′i (r2) is the maximum exhaustion time T′max in the lower limit value route r2. That is, the lower limit value calculation unit 37 calculates the lower limit value LB according to the following Formula (9). The lower limit value calculation unit 37 transmits the calculated lower limit value LB to the second determination unit 38.
The second determination unit 38 is a functional block for determining whether or not to execute the branching process in the branch-and-bound method. The second determination unit 38 determines whether or not the lower limit value LB is less than the evaluation function. In a case where the lower limit value LB is less than the evaluation function, the second determination unit 38 transmits the lower limit value LB to the branching unit 39. In a case where the lower limit value LB is equal to or more than the evaluation function, the second determination unit 38 transmits the determination result to the route management unit 23 without transmitting the lower limit value LB to the branching unit 39.
The branching unit 39 is a functional block for performing the branching process. The branching process is a process of classifying a plurality of routes in the route group P into a plurality of sub-route groups P′ each including at least one route. Specifically, for example, in a case where the lower limit value LB is received from the second determination unit 38, the branching unit 39 classifies at least one route in which the delivery destination 5 to be delivered first is common among the delivery destinations 5 of which the delivery order is not determined in the route group P into the same sub-route group P′. The branching unit 39 transmits the generated sub-route group P′ to the route management unit 23.
The output unit 25 is a functional block for outputting the optimal route to a user. In a case where the route list L managed by the route management unit 23 is an empty set, the output unit 25 outputs a set of the evaluation function stored by the update unit 33 and a route corresponding to the evaluation function to the user as the optimal route.
With the above configuration, the user can obtain, from the delivery support device 10, a route that minimizes the maximum exhaustion time Tmax as the optimal route as information for supporting a delivery plan. The user can generate a delivery plan on the basis of the information.
Next, operation of the delivery support device according to the embodiment will be described.
As illustrated in
The route management unit 23 determines whether or not the route list L is an empty set (S12).
In a case where the route list L is not an empty set (S12; no), the route management unit 23 selects the route group P from the route list L and deletes the selected route group P from the route list L (S13).
The upper limit value route selection unit 30 selects the upper limit value route r1 from the route group P selected in the process in S13. Specifically, the upper limit value route selection unit 30 selects a route on a plane sequentially heading for the delivery destination 5 having a shorter grace time d as the upper limit value route r1 (S14).
The upper limit value calculation unit 31 calculates the upper limit value UB of the minimum value of the maximum exhaustion time Tmax on the basis of the upper limit value route r1 selected in the process in S14 (S15).
The first determination unit 32 determines whether or not the upper limit value UB calculated in the process in S15 is more than the evaluation function (S16).
In a case where the upper limit value UB is equal to or less than the evaluation function (S16; no), the update unit 33 updates the evaluation function to the upper limit value UB (S17). The update unit 33 stores the updated upper limit value UB and the route corresponding to the upper limit value UB in the memory 12.
In a case where the upper limit value UB is more than the evaluation function (S16; yes), or after the process in S17, the relaxation problem setting unit 34 sets a relaxation problem for aggregating the delivery destinations 5 of which a delivery order is not determined in the route group P into one point (S18).
After the process in S18, the idle time calculation unit 35 calculates the idle time It in the relaxation problem on the basis of the movement time information 22c (S19).
The lower limit value route selection unit 36 selects a route on a point optimally selected on the basis of a delivery delay minimization problem in the scheduling problem as the lower limit value route r2. Specifically, for the delivery destination 5 aggregated into one point through the process in S18, the lower limit value route selection unit 36 selects a route on a point sequentially heading for the delivery destination 5 having a smaller sum (d′+p′) of the grace time d′ and the stay time p′ as the lower limit value route r2 (S20).
The lower limit value calculation unit 37 calculates the lower limit value LB of the minimum value of the maximum exhaustion time Tmax on the basis of the lower limit value route r2 selected in the process in S20 (S21).
The second determination unit 38 determines whether or not the lower limit value LB calculated in the process in S21 is less than the evaluation function (S22).
In a case where the lower limit value LB is less than the evaluation function (S22; yes), the branching unit 39 generates the sub-route group P′ from the route group P and transmits the generated sub-route group P′ to the route management unit 23 (S23). The route management unit 23 adds the sub-route group P′ received from the branching unit 39 to the route list L as a new route group P.
In a case where the lower limit value LB is equal to or more than the evaluation function (S22; no) or after the process in S23, the route management unit 23 determines whether or not the route list L is an empty set (S12). As described above, the processes in S13 to S23 are repeatedly executed until the route list L becomes an empty set. As a result, the evaluation function is updated while selecting a route according to the branch-and-bound method.
In a case where the route list L is an empty set (S12; yes), the optimal route derivation unit 24 selects a route corresponding to the evaluation function finally updated through the process in S17 as the optimal route (S24).
In a case where the process in S24 is ended, the delivery support operation is ended (end). As a result, the output unit 25 can output the selected optimal route to the user.
Next, a specific example of calculation of the lower limit value LB in the relaxation problem will be described. Hereinafter, it is assumed that the relaxation problem is applied to the route group P in a case where a delivery order of the delivery destinations 5-1 to 5-6 is not determined.
As illustrated in
As illustrated in
The idle time calculation unit 35 calculates the idle time It as illustrated in
The lower limit value route selection unit 36 selects a route sequentially heading for the delivery destination 5 having a smaller sum (d′+p′) of the grace time d′ and the stay time p′ as the lower limit value route r2. As described above, since di=d′i and pi=p′i, the delivery destination 5 having a smaller sum (d′+p′) of the grace time d′ and the stay time p′ is 5-1, 5-4, 5-6, 5-5, 5-3, and 5-2 in this order. Thus, the lower limit value route selection unit 36 selects a route for delivering resources in the order of the vertices v′1, v′4, v′6, v′5, v′3, and v′2 as the lower limit value route r2.
The lower limit value calculation unit 37 calculates the arrival time a′i (r2) according to the above Formula (7). Specifically, the lower limit value calculation unit 37 calculates a′1 (r2)=1.0, a′4 (r2)=7.6, a′6 (r2)=16.2, a′5 (r2)=23.2, a′3 (r2)=25.2, and a′2 (r2)=30.2.
The lower limit value calculation unit 37 calculates the exhaustion time T′i (r2) according to the above-described Formula (8). Specifically, the lower limit value calculation unit 37 calculates T′1 (r2)=−16.0, T′4 (r2)=−10.4, T′6 (r2)=−1.8, T′5 (r2)=−5.8, T′3 (r2)=−1.8, and T′2 (r2)=1.2. The lower limit value calculation unit 37 calculates the maximum value T′max=T′2 (12)=1.2 of the calculated exhaustion time T′i (r2) as the lower limit value LB.
The lower limit value LB is calculated through the above processing. Note that the minimum delay time (optimal value) in the resource delivery route from the vertex v0 to the vertices v1 to v6 described above is 16.5 by total enumeration. The lower limit value LB is calculated to fall below this optimal value. This ensures that the solution finally obtained according to the branch-and-bound method by using the relaxation problem set in the present embodiment is an exact solution.
According to the embodiment, the optimal route derivation unit 24 derives an optimal route on the basis of the branch-and-bound method using a relaxation problem of aggregating the delivery destinations 5 of which a delivery order is not determined into one point. Such a relaxation problem can be proved that an optimal solution can be obtained by using a framework of a delivery delay time minimization problem in a scheduling problem. This can ensure that the solution obtained according to the branch-and-bound method by using the relaxation problem is an exact solution.
Specifically, the lower limit value route selection unit 36 selects, as the lower limit value route r2, a delivery route in ascending order of the sum of the grace time d′ and the stay time p′. The lower limit value calculation unit 37 calculates the maximum exhaustion time T′ max calculated on the basis of the lower limit value route r2 as the lower limit value LB. As a result, it is possible to efficiently obtain an optimal resource delivery route. Note that the grace time d′ and the stay time p′ in the relaxation problem are set not to change from the grace time d and the stay time p in the original problem, respectively. As a result, an optimal value obtained by the relaxation problem can always be smaller than an optimal value of the original problem.
The stay times p are set independently of each other among the plurality of delivery destinations 5. As a result, it is possible to derive a route that minimizes the maximum exhaustion time while considering a case where the stay time p is different for each delivery destination 5.
The idle time calculation unit 35 calculates the idle time It according to the movement time t of the delivery vehicle 4 between the delivery destinations 5. As a result, in the relaxation problem, settings of the original problem can be reflected, and the lower limit value LB can be suppressed from greatly deviating from the optimal value of the original problem.
The upper limit value route selection unit 30 selects a delivery route in ascending order of the grace time d as the upper limit value route r1. The upper limit value calculation unit 31 calculates the maximum exhaustion time Tmax calculated on the basis of the upper limit value route r1 as the upper limit value UB. As a result, a value of the evaluation function in the branch-and-bound method can be updated.
The output unit 25 outputs the derived optimal route to a user. As a result, the user can ascertain in which order the delivery vehicle 4 is caused to head for the delivery destination 5 to minimize the maximum exhaustion time. Therefore, the delivery support device 10 can support creation of a more accurate delivery plan.
Various modifications can be made in the embodiment described above.
For example, in the embodiment described above, a case where the delivery support program is executed by the delivery support device 10 in the delivery support center 2 has been described, but the present invention is not limited thereto. For example, the delivery support program may be executed by a calculation resource on a cloud.
Note that the present invention is not limited to the above-described embodiment, and various modifications can be made at the implementation stage without departing from the concept of the invention. The respective embodiments may be implemented in appropriate combination, and in that case, a combined effect can be achieved. The above embodiments include various types of inventions, and various types of inventions can be extracted according to a combination selected from a plurality of disclosed components. For example, even if some components are eliminated from all the components described in the embodiment, a configuration from which the components are eliminated can be extracted as an invention in a case where the problem can be solved and the advantageous effects can be achieved.
Filing Document | Filing Date | Country | Kind |
---|---|---|---|
PCT/JP2021/045183 | 12/8/2021 | WO |