Circular Vehicle Routes With Direction-Aware Road Grouping

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing methods struggle to efficiently generate optimal circular traveling routes for vehicles that need to traverse a list of predetermined roads, considering travel cost criteria and preferred directions, especially for repeated travel and data collection tasks, due to the computational complexity of NP-Problem and limitations in existing heuristic methods.

Innovation Solution

A method involving a route generation device that groups roads based on branch points and preferred directions, calculates intergroup travel costs, and determines a vehicle sequence to generate efficient circular routes that meet travel objectives.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Manufacturing precision

If all roads are input as waypoint information to search for optimal routes, then complete route coverage is achieved, but calculation time increases significantly

Engineering Contradiction:
Improveroute optimization accuracyVSAvoidcalculation time
Core Design Contradiction:
Manufacturing precisionVSLoss of time

Solution Approach 1:

The patent divides the complete list of roads into multiple groups based on branch points and preferred traveling directions. Each group represents a segment of the overall route network, allowing the system to process and optimize routes in smaller, manageable units rather than treating all roads as a single large set of waypoints.

Inventive Principle:
Principle #1Segmentation

2Loss of time

If heuristic methods are used to optimize waypoint sequence, then calculation time is reduced, but optimization quality deteriorates

Engineering Contradiction:
Improvecalculation timeVSAvoidroute optimization accuracy
Core Design Contradiction:
Loss of timeVSManufacturing precision

Solution Approach 1:

The patent applies segmentation by dividing roads into groups based on branch points and preferred directions, then optimizes the sequence of these groups rather than individual waypoints. This reduces the combinatorial complexity while maintaining route quality by preserving the structural relationships within each group.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The patent changes the optimization parameter from individual waypoint sequences to group sequences. By optimizing at the group level rather than the individual road level, the system reduces computational complexity while maintaining adequate route optimization quality for practical purposes.

Inventive Principle:
Principle #35Parameter changes

3Ease of operation

If conventional waypoint methods are used, then route generation is simple, but preferred traveling directions cannot be considered

Engineering Contradiction:
Improveroute generation simplicityVSAvoidpreferred direction consideration
Core Design Contradiction:
Ease of operationVSAdaptability or versatility

Solution Approach 1:

The patent applies local quality by considering preferred traveling directions within each road group based on local road characteristics and branch point configurations. This allows the system to adapt to local directional preferences while maintaining the overall simplicity of the route generation process through group-based processing.

Inventive Principle:
Principle #3Local quality

Solution Approach 2:

The patent performs preliminary action by pre-grouping roads based on branch points and preferred traveling directions before route optimization. This preliminary organization enables the system to automatically incorporate directional preferences without adding complexity to the actual route generation step.

Inventive Principle:
Principle #10Preliminary action

4Manufacturing precision

If repeated travel is required for data collection, then data quality improves, but route complexity increases

Engineering Contradiction:
Improvedata collection qualityVSAvoidroute complexity
Core Design Contradiction:
Manufacturing precisionVSDevice complexity

Solution Approach 1:

The patent uses segmentation to divide the route into groups that can be repeatedly traversed. By organizing roads into logical groups based on branch points and directions, the system can efficiently generate routes that require repeated traversal of specific groups for data collection without manually constructing complex repeated sequences.

Inventive Principle:
Principle #1Segmentation

Data Source

PatentUS12405118B2Method for generating circular traveling route of vehicle, device for generating circular traveling route of vehicle, and recording medium in which program for executing method for generating circular traveling route of vehicle is recorded
Publication Date: 2025.09.02 42DOT INC
  • US12405118B2 patent drawing
  • US12405118B2 patent drawing
  • US12405118B2 patent drawing

AI summary

The method of generating a circular traveling route of a vehicle is performed by a route generation device, and the method comprises an operation of receiving a request for generating a circular traveling route including information about the list of roads to be circulated or information about an origin and a destination of the vehicle, an operation of grouping a list of roads to be circulated into a plurality of groups, and an operation of determining a vehicle traveling sequence in the plurality of groups.