CN115484656A - AGV efficient data acquisition path planning method - Google Patents

AGV efficient data acquisition path planning method Download PDF

Info

Publication number
CN115484656A
CN115484656A CN202211002270.7A CN202211002270A CN115484656A CN 115484656 A CN115484656 A CN 115484656A CN 202211002270 A CN202211002270 A CN 202211002270A CN 115484656 A CN115484656 A CN 115484656A
Authority
CN
China
Prior art keywords
agv
maximum
sensor
overlapping
nodes
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN202211002270.7A
Other languages
Chinese (zh)
Inventor
伊俊杰
李飞
姚欣
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Henan Jiachen Intelligent Control Co Ltd
Original Assignee
Henan Jiachen Intelligent Control Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Henan Jiachen Intelligent Control Co Ltd filed Critical Henan Jiachen Intelligent Control Co Ltd
Priority to CN202211002270.7A priority Critical patent/CN115484656A/en
Publication of CN115484656A publication Critical patent/CN115484656A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W40/00Communication routing or communication path finding
    • H04W40/02Communication route or path selection, e.g. power-based or shortest path routing
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L45/00Routing or path finding of packets in data switching networks
    • H04L45/02Topology update or discovery
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L45/00Routing or path finding of packets in data switching networks
    • H04L45/12Shortest path evaluation
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W84/00Network topologies
    • H04W84/18Self-organising networks, e.g. ad-hoc networks or sensor networks

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

The invention discloses a method for planning a high-efficiency data acquisition path of an AGV (automatic guided vehicle), which ensures that complete sensor data is collected within time constraint, and utilizes an improved maximum clique problem algorithm to construct a moving path of the AGV, so that a vehicle can carry out data communication with a plurality of sensors in a communication area, and the AGV is not used for carrying out data collection of one sensor, thereby solving the phenomenon of data efficiency reduction caused by an island problem, reducing the road strength distance of the AGV, reducing the time for data collection and improving the efficiency of data collection.

Description

AGV efficient data acquisition path planning method
Technical Field
The invention relates to the technical field of AGV data collection, in particular to a method for planning a high-efficiency data collection path of an AGV.
Background
With the continuous development of automation technology, the appearance of automation ports is increasing. It is also increasingly common to collect container attached sensor data at ports using AGVs. However, the site of the port is wide and large, the sensor nodes are distributed discretely, and a phenomenon that a single sensor cannot transmit data to other sensors or only a plurality of sensors can only transmit data in an area block occurs, which is called as an islanding phenomenon. This islanding can cause the AGV to perform data collection with the following two results: 1. if the AGV collects complete port sensor data, the operating time of the AGV becomes too long; 2. if the runtime of the AGV is specified, the AGV may not be able to collect the complete port sensor data. How to efficiently collect data, collecting the complete data in an optimal time, is an important point. Because the AGVs have a certain transfer radius, the sensors on the container also have a certain propagation radius, and the path planning of the AGVs is especially important when the speed of the AGVs is constant.
Therefore, it is a problem worth studying to provide an AGV efficient data acquisition path planning method for constructing a moving path of an AGV by using an improved maximum clique problem algorithm.
Disclosure of Invention
The invention aims to provide an AGV high-efficiency data acquisition path planning method for constructing a moving path of the AGV by using an improved maximum clique problem algorithm.
The purpose of the invention is realized as follows:
an AGV efficient data acquisition path planning method comprises the following steps: step 1: utilizing hierarchical clustering to cluster the segmented network according to connectivity so as to know the connectivity condition of the network; step 2: searching an optimal mobile node in each clustered network by using an improved maximum clique problem algorithm, and constructing a data acquisition path of the AGV: the method comprises the following specific steps: step 2.1, calculating the overlapping level of the coverage area and selecting potential mobile nodes; step 2.2, judging whether a plurality of mobile nodes exist in a unified cluster before one square point exists in each cluster, if so, removing the potential mobile nodes and returning to the step 2.1 to select the potential mobile nodes, if not, planning the shortest path of the AGV, and judging whether the path meets the time constraint, and step 2.3, if the path in the step 2.2 meets the time constraint, completing the traversal of the sensor nodes, ending the program, and if the path does not meet the time constraint, returning to the step 2.2 for removing the potential mobile nodes; and 2.4, returning to the step 2.1 to select the potential mobile node if the sensor node is not traversed in the step 2.3.
The specific operation of the searching method for the maximum clique problem in step 2 is as follows, the communication radius of the sensor nodes is set as R, if the communication areas of any two sensor nodes are overlapped, the distance between the two sensor nodes must be less than or equal to 2R, the two sensor nodes are defined as having an overlapping area relationship, and the sensor nodes having the overlapping area relationship are connected to form an undirected graph of the sensor network; an undirected graph of the sensor network consists of five sensor nodes s _1, s _2, s _3, s _4and s _ 5; the searching method of the maximum group problem marks the overlapping levels of all the overlapping areas, the searching method of the maximum group problem finds the overlapping area with the largest overlapping level, the higher the coverage level of the communication overlapping area is, the higher the priority of the communication overlapping area is selected as the access area of the mobile sink;
Figure BDA0003807923110000021
Figure BDA0003807923110000022
solving for a node s using expression (1) 1 ,s 2 ,s 3 The intersection point k between 1 ,k 2 ,k 3 ,k 4 ,k 5 ,k 7 . Expression (2) judges whether or not the intersection points exist as the node s 1 ,s 2 ,s 3 Is less than the 2R intersection point. Knowing by calculation that there is no intersection with node s 1 ,s 2 ,s 3 Are all less than 2R, determine node s 1 ,s 2 And s 3 No overlapping region with the overlapping level of 3 is formed between the two, and the searching method of the maximum clique problem can be simplified into the searching method of the maximum overlapping region in the selected region.
The specific operation of the step 1 is as follows: randomly deploying points in a Euclidean space, constructing a complete graph G = (V, E) of n points, wherein the weight of each edge is the Euclidean distance of the two points, and the Euclidean distance is the similarity of the two nodes; inputting a threshold value, removing the edges with the minimum spanning tree distance or the weight value larger than the minimum spanning tree distance, and determining the rest connected branches as the desired clusters; and clustering the topology segmentation network by using a hierarchical clustering algorithm based on a minimum spanning tree, wherein the threshold value during clustering is the communication radius of the sensor node.
The mathematical modeling of the maximum clique problem in step 2 is described as follows:
the travel business model formula is as follows:
Figure BDA0003807923110000031
the formula for ensuring that the constructed movement track is smaller than the set maximum movement distance is as follows:
Figure BDA0003807923110000032
the hamilton loop formula is:
Figure BDA0003807923110000033
ensuring that there is only one loop
d ij Denotes the distance, X, from sensor i to sensor j ij For decision variables, only one Hamiltonian loop, X, exists in all given paths ij =1 denotes (i, j) in hamiltonian loop, otherwise not, P denotes the set of sensors accessed { P } 1 ,p 2 ,p 3 ,...,p n V is the set of all humidity sensor nodes, L max Is the set maximum travel track distance of the AGV.
After finding the optimal AGV moving area point by using a maximum group algorithm, constructing the shortest AGV moving path track by using a traveler model algorithm;
definition 1, i.e. maximum clique problem: given an undirected graph G = (V, E) where V is a non-empty set, called a set of vertices; e is in VA collection of unordered tuples of elements is called an edge set. If it is not
Figure BDA0003807923110000034
And (i, j) belongs to E for any two vertexes i, j belongs to U, and U is called a complete subgraph of G; when the number of edges contained in the complete subgraph is the most, the maximum overlapping area must exist in the complete subgraph, and the complete subgraph is called as the maximum clique; the maximum clique problem has many equivalent forms as an integer programming problem or a continuous non-convex optimization problem; the simplest expression is as follows:
maximization
Figure BDA0003807923110000035
And (3) constraint:
Figure BDA0003807923110000041
x i ∈{0,1},i=1,2,....,n
in the present application, the complement of undirected graph G = (V, E) is
Figure BDA0003807923110000042
Herein, the
Figure BDA0003807923110000043
And weight w i =1。
The invention has the beneficial effects that: the method ensures that complete sensor data are collected within time constraint, and utilizes the improved maximum clique problem algorithm to construct the moving path of the AGV, so that the vehicle can carry out data communication with a plurality of sensors in a communication area, the AGV is not used for carrying out data collection of one sensor, the phenomenon of data efficiency reduction caused by island problems is solved, the road strength distance of the AGV is reduced, the data collection time is reduced, and the data collection efficiency is improved.
Drawings
FIG. 1 is a flow chart of the present invention;
FIG. 2 is a diagram of a travel trajectory of an AGV, the AGV collecting data according to the trajectory;
FIG. 3 is an exemplary diagram of the maximum clique problem search method of the present invention, where a represents a data propagation diagram of an original sensor node, and b is a diagram after conversion by a maximum clique problem algorithm;
fig. 4 is a schematic diagram of two "false overlap regions" in the wireless sensor network according to the present invention.
Detailed Description
The invention is further illustrated by the following examples in conjunction with the drawings.
As shown in fig. 1 to 4, a method for planning an efficient data collection path of an AGV includes the following steps:
step 1: utilizing hierarchical clustering to cluster the segmented network according to connectivity so as to know the connectivity condition of the network; the specific operation is as follows: randomly deploying points in Euclidean space, constructing a complete graph G = (V, E) of n points, wherein the weight of each edge is the Euclidean distance of the two points, namely the similarity of the two nodes; inputting a threshold, removing the minimum spanning tree distance or the edge with the weight value larger than the minimum spanning tree distance, and determining the rest connected branches as the desired cluster; and clustering the topology segmentation network by using a hierarchical clustering algorithm based on a minimum spanning tree, wherein the threshold value during clustering is the communication radius of the sensor node.
And 2, step: searching an optimal mobile node in each clustered network by using an improved maximum clique problem algorithm, and constructing a data acquisition path of the AGV: the method comprises the following specific steps: step 2.1, calculating the overlapping level of the coverage area and selecting potential mobile nodes; step 2.2, judging whether a plurality of mobile nodes exist in a unified cluster before one square point exists in each cluster, if so, removing the potential mobile nodes and returning to the step 2.1 to select the potential mobile nodes, if not, planning the shortest path of the AGV and judging whether the path meets the time constraint, and step 2.3, if the path in the step 2.2 meets the time constraint, finishing the traversal of the sensor nodes and ending the program, and if the path does not meet the time constraint, returning to the step 2.2 to remove the potential mobile nodes; and 2.4, returning to the step 2.1 for selecting the potential mobile node if the sensor node is not traversed in the step 2.3.
The specific operation of the searching method for the maximum clique problem in step 2 is as follows, the communication radius of the sensor nodes is set as R, if the communication areas of any two sensor nodes are overlapped, the distance between the two sensor nodes must be less than or equal to 2R, the two sensor nodes are defined as having an overlapping area relationship, and the sensor nodes having the overlapping area relationship are connected to form an undirected graph of the sensor network; an undirected graph of the sensor network consists of five sensor nodes s _1, s _2, s _3, s _4and s _ 5; the searching method of the maximum group problem marks the overlapping levels of all overlapping areas, finds the overlapping area with the largest overlapping level, and the higher the coverage level of the communication overlapping area is, the higher the priority of the access area of the communication overlapping area selected as the mobile sink is;
Figure BDA0003807923110000051
Figure BDA0003807923110000052
solving for a node s using expression (1) 1 ,s 2 ,s 3 The intersection point k between 1 ,k 2 ,k 3 ,k 4 ,k 5 ,k 7 . Expression (2) judges whether or not the intersection points exist as the node s 1 ,s 2 ,s 3 Is less than the 2R intersection point. Knowing by calculation that there is no intersection with node s 1 ,s 2 ,s 3 Are all less than 2R, determine node s 1 ,s 2 And s 3 No overlapping region with the overlapping level of 3 is formed between the two, and the searching method of the maximum clique problem can be simplified into the searching method of the maximum overlapping region in the selected region.
The mathematical modeling of the maximum clique problem in step 2 is described as follows:
the travel business model formula is as follows:
Figure BDA0003807923110000053
the formula for ensuring that the constructed movement track is smaller than the set maximum movement distance is as follows:
Figure BDA0003807923110000061
the hamilton loop formula is:
Figure BDA0003807923110000062
ensuring that there is only one loop
d ij Denotes the distance, X, from sensor i to sensor j ij For decision variables, only one Hamiltonian loop, X, exists in all given paths ij =1 denotes (i, j) in hamiltonian loop, otherwise not, P denotes the set of sensors accessed { P } 1 ,p 2 ,p 3 ,...,p n V is the set of all humidity sensor nodes, L max Is the set maximum travel track distance of the AGV.
After finding the optimal AGV moving area point by using a maximum group algorithm, constructing the shortest AGV moving path track by using a traveler model algorithm;
definition 1, maximum clique problem: given an undirected graph G = (V, E) where V is a non-empty set, called a set of vertices; e is a set of unordered doublets of elements in V, called an edge set. If it is not
Figure BDA0003807923110000063
And for any two vertexes i, j belongs to U and has (i, j) belongs to E, then U is called as a complete subgraph of G; when the number of edges contained in the complete subgraph is the most, the maximum overlapping area must exist in the complete subgraph, and the complete subgraph is called as the maximum clique; there are many equivalent forms of the maximum clique problem as an integer programming problem or a continuous non-convex optimization problem; the simplest expression is as follows:
maximization
Figure BDA0003807923110000064
And (3) constraint:
Figure BDA0003807923110000065
x i ∈{0,1},i=1,2,....,n
in the application, the complement of undirected graph G = (V, E) is
Figure BDA0003807923110000066
Herein, the
Figure BDA0003807923110000067
And weight w i =1。
The maximum clique problem is a graph theory phenomenon, and there are many methods for solving the problem, and the false overlap region is a false maximum clique problem search phenomenon which occurs when the search scheme of the maximum clique problem is utilized.
The AGV is used for collecting container information in ports, manual collection of the container information is replaced, and the AGV efficient data collection path planning method is increasingly popularized. And then searching the AGV in each cluster by using a search algorithm of the maximum group problem, finding the optimal moving destination point, wherein the optimal moving destination point can prevent the AGV from accessing the sensors one by one to carry out data, and the sensor node data in the whole cluster can be collected by reaching the optimal moving destination point, so that the path length of the AGV is reduced, the data collection efficiency of the AGV is improved, and the AGV can more efficiently collect the sensor data information on the container at the port.
The method ensures that complete sensor data is collected within time constraint, and utilizes the improved maximum clique algorithm to construct the moving path of the AGV, so that the vehicle can carry out data communication with a plurality of sensors in a communication area, and the AGV is not used for carrying out data collection of one sensor, thereby solving the phenomenon of data efficiency reduction caused by the island problem, reducing the road strength distance of the AGV, reducing the time of data collection and improving the efficiency of data collection.

Claims (4)

1. An AGV efficient data acquisition path planning method is characterized by comprising the following steps: the method comprises the following steps: step 1: utilizing hierarchical clustering to cluster the segmented network according to connectivity so as to know the connectivity condition of the network; step 2: searching an optimal mobile node in each clustered network by using an improved maximum clique problem algorithm, and constructing a data acquisition path of the AGV: the method comprises the following specific steps: step 2.1, calculating the overlapping grade of the coverage area and selecting potential mobile nodes; step 2.2, judging whether a plurality of mobile nodes exist in a unified cluster before one square point exists in each cluster, if so, removing the potential mobile nodes and returning to the step 2.1 to select the potential mobile nodes, if not, planning the shortest path of the AGV and judging whether the path meets the time constraint, and step 2.3, if the path in the step 2.2 meets the time constraint, finishing the traversal of the sensor nodes and ending the program, and if the path does not meet the time constraint, returning to the step 2.2 to remove the potential mobile nodes; and 2.4, returning to the step 2.1 to select the potential mobile node if the sensor node is not traversed in the step 2.3.
2. The AGV efficient data collection path planning method according to claim 1, further comprising: the specific operation of the method for searching the maximum clique problem in step 2 is as follows, the communication radius of the sensor nodes is set to be R, if the communication areas of any two sensor nodes are overlapped, the distance between the two sensor nodes must be less than or equal to 2R, the two sensor nodes are defined to have an overlapping area relationship, and the sensor nodes with the overlapping area relationship are connected to form an undirected graph of the sensor network; an undirected graph of the sensor network consists of five sensor nodes s _1, s _2, s _3, s _4and s _ 5; the searching method of the maximum group problem marks the overlapping levels of all the overlapping areas, the searching method of the maximum group problem finds the overlapping area with the largest overlapping level, the higher the coverage level of the communication overlapping area is, the higher the priority of the communication overlapping area is selected as the access area of the mobile sink;
Figure FDA0003807923100000011
Figure FDA0003807923100000012
solving for a node s using expression (1) 1 ,s 2 ,s 3 The intersection point k between 1 ,k 2 ,k 3 ,k 4 ,k 5 ,k 7 (ii) a Expression (2) judges whether or not the intersection points exist as the node s 1 ,s 2 ,s 3 Is less than 2 R The intersection point of (a); knowing by calculation that there is no intersection with node s 1 ,s 2 ,s 3 Are all less than 2 R Determining a node s 1 ,s 2 And s 3 No overlapping region with the overlapping level of 3 is formed between the two, and the searching method of the maximum clique problem can be simplified into the searching method of the maximum overlapping region in the selected region.
3. The method for efficient data collection path planning for an AGV of claim 1, further comprising: the specific operation of the step 1 is as follows: randomly deploying points in Euclidean space, constructing a complete graph G = (V, E) of n points, wherein the weight of each edge is the Euclidean distance of the two points, namely the similarity of the two nodes; inputting a threshold value, removing the edges with the minimum spanning tree distance or the weight value larger than the minimum spanning tree distance, and determining the rest connected branches as the desired clusters; and clustering the topology segmentation network by using a hierarchical clustering algorithm based on a minimum spanning tree, wherein the threshold value during clustering is the communication radius of the sensor node.
4. The AGV efficient data collection path planning method according to claim 1, further comprising: the mathematical modeling of the maximum clique problem in step 2 is described as follows:
the travel business model formula is as follows:
Figure FDA0003807923100000021
the formula for ensuring that the constructed movement track is smaller than the set maximum movement distance is as follows:
Figure FDA0003807923100000022
the hamilton loop formula is:
Figure FDA0003807923100000023
ensuring that there is only one loop
d ij Denotes the distance, X, from sensor i to sensor j ij For decision variables, only one Hamiltonian loop, X, exists in all given paths ij =1 denotes (i, j) in hamiltonian loop, otherwise not, P denotes the set of sensors accessed { P } 1 ,p 2 ,p 3 ,…,p n V is the set of all humidity sensor nodes, L max Setting the maximum moving track distance of the AGV;
after finding the optimal AGV moving area point by using a maximum group algorithm, constructing the shortest AGV moving path track by using a traveler model algorithm;
definition 1, i.e. maximum clique problem: given an undirected graph G = (V, E) where V is a non-empty set, called a set of vertices; e is a set of unordered dyads formed by elements in V, called an edge set; if it is not
Figure FDA0003807923100000024
And (i, j) belongs to E for any two vertexes i, j belongs to U, and U is called a complete subgraph of G; when the number of edges contained in the complete subgraph is maximum, the maximum overlapping area must exist in the complete subgraph, and the complete subgraph is called as a maximum clique; the maximum clique problem is many as an integer programming problem or a continuous non-convex optimization problem, etcA valence form; the simplest expression is as follows:
maximization
Figure FDA0003807923100000031
And (3) constraint:
Figure FDA0003807923100000032
x i ∈{0,1},i=1,2,....,n
in the present application, the complement of undirected graph G = (V, E) is
Figure FDA0003807923100000033
Herein, the
Figure FDA0003807923100000034
And weight w i =1。
CN202211002270.7A 2022-08-22 2022-08-22 AGV efficient data acquisition path planning method Pending CN115484656A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202211002270.7A CN115484656A (en) 2022-08-22 2022-08-22 AGV efficient data acquisition path planning method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202211002270.7A CN115484656A (en) 2022-08-22 2022-08-22 AGV efficient data acquisition path planning method

Publications (1)

Publication Number Publication Date
CN115484656A true CN115484656A (en) 2022-12-16

Family

ID=84421910

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202211002270.7A Pending CN115484656A (en) 2022-08-22 2022-08-22 AGV efficient data acquisition path planning method

Country Status (1)

Country Link
CN (1) CN115484656A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115951691A (en) * 2023-03-13 2023-04-11 江西丹巴赫机器人股份有限公司 Trajectory planning method and system for shuttle vehicle of dense warehouse under 5G communication

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115951691A (en) * 2023-03-13 2023-04-11 江西丹巴赫机器人股份有限公司 Trajectory planning method and system for shuttle vehicle of dense warehouse under 5G communication
CN115951691B (en) * 2023-03-13 2023-05-30 江西丹巴赫机器人股份有限公司 Shuttle track planning method and system for dense library under 5G communication

Similar Documents

Publication Publication Date Title
Arslan et al. Use of relaxation methods in sampling-based algorithms for optimal motion planning
CN109614458B (en) Urban community structure mining method and device based on navigation data
CN109214462A (en) A kind of spatial data on-line talking method based on distributed incremental DBSCAN algorithm
CN107301254A (en) A kind of road network hot spot region method for digging
CN109167805A (en) Analysis and processing method based on car networking space-time data in City scenarios
CN104281617A (en) Domain knowledge-based multilayer association rules mining method and system
CN114815802A (en) Unmanned overhead traveling crane path planning method and system based on improved ant colony algorithm
CN102054002A (en) Method and device for generating decision tree in data mining system
CN106202335A (en) A kind of big Data Cleaning Method of traffic based on cloud computing framework
CN108882172A (en) A kind of prediction technique of the indoor moving track data based on HMM model
CN115484656A (en) AGV efficient data acquisition path planning method
CN113110507A (en) Path planning method for autonomous obstacle avoidance
CN113093758A (en) Improved AGV path planning algorithm based on grid map model
CN109145989A (en) Bus station distribution method, device and terminal
CN114186112B (en) Robot navigation method based on Bayesian optimization multiple information gain exploration strategy
Liang et al. Surrogate-assisted Phasmatodea population evolution algorithm applied to wireless sensor networks
CN117664168A (en) Park vehicle navigation path planning method, medium and system
CN108491628A (en) The three-dimensional CAD assembling model of product design requirement drive clusters and search method
CN113553350A (en) Traffic flow partition model for similar evolution mode clustering and dynamic time zone partitioning
CN102004801A (en) Information classification method
CN107515918A (en) A kind of dynamic top k querying methods based on grid index
CN116756695A (en) Urban function collaborative optimization method integrating geographic features and flow features
CN113902220B (en) Vehicle track prediction method based on self-adaptive density clustering algorithm
CN113124878B (en) Moon surface large-scale road topology network construction method, system and device
CN112364220B (en) Business process guiding self-learning optimization method

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination