Alternate Path Generation Using Graph Segmentation

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Current technologies lack the ability to efficiently and dynamically modify transportation and logistics routes in response to unforeseen events such as weather disruptions or vessel damage, leading to inefficiencies in goods and personnel transportation.

Innovation Solution

A computing system that generates alternate paths using custom data structures like graph data structures and heap data structures to represent real-world destinations, identifying optimal paths and detour costs, and dynamically generating alternate route sequences to ensure smooth transportation.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Adaptability or versatility

If current technologies are used for route modification, then system simplicity is maintained, but the ability to quickly and dynamically modify transportation routes in response to unforeseen events is insufficient

Engineering Contradiction:
Improveability to dynamically modify routesVSAvoidsystem complexity
Core Design Contradiction:
Adaptability or versatilityVSDevice complexity

Solution Approach 1:

The patent segments the transportation network into discrete graph components (nodes representing locations, edges representing routes) to enable modular and efficient computation of alternate paths. This segmentation allows the system to quickly recalculate routes by focusing only on affected graph portions when unforeseen events occur, rather than reprocessing entire transportation networks.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The patent introduces a path graph as an intermediary data structure that connects optimal path nodes and facilitates efficient alternate path generation. This intermediary representation enables the system to quickly explore alternative routes by traversing the path graph structure, improving adaptability without proportionally increasing system complexity.

Inventive Principle:
Principle #24Intermediary (Mediator)

2Productivity

If traditional route modification methods are used, then computational resources are conserved, but the speed and efficiency of generating alternate routes during unforeseen events is insufficient

Engineering Contradiction:
Improvespeed of generating alternate routesVSAvoidcomputational resource consumption
Core Design Contradiction:
ProductivityVSUse of energy by moving object

Solution Approach 1:

The patent performs preliminary actions by pre-computing and storing the optimal path graph structure, including all optimal path nodes and their connections, before unforeseen events occur. This preliminary preparation enables the system to rapidly generate alternate routes by querying the pre-computed graph structure rather than performing exhaustive searches when events happen, thus improving productivity while managing computational resource consumption.

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

The patent implements dynamic route generation by allowing the path graph to be efficiently traversed and modified based on real-time conditions. The system dynamically identifies alternate paths by exploring the pre-computed graph structure and calculating detour costs, enabling fast adaptation to changing conditions without requiring complete recalculation of the entire transportation network.

Inventive Principle:
Principle #15Dynamics

3Reliability

If comprehensive alternate path analysis is performed, then route reliability is improved, but computational time and complexity increase

Engineering Contradiction:
Improvetransportation route reliabilityVSAvoidcomputational time
Core Design Contradiction:
ReliabilityVSLoss of time

Solution Approach 1:

The patent applies partial action by generating a limited set of meaningful alternate paths based on the path graph structure rather than exhaustively analyzing all possible routes. The system identifies alternate paths that deviate from the optimal path at specific nodes and evaluates their detour costs, providing sufficient reliability improvement without the computational burden of complete path enumeration.

Inventive Principle:
Principle #16Partial or excessive action

Solution Approach 2:

The patent changes the parameter representation by using detour cost as a key metric to evaluate and rank alternate paths. By transforming the route evaluation problem into a detour cost calculation based on the pre-computed path graph, the system efficiently compares alternate routes and provides reliable recommendations without extensive computational time.

Inventive Principle:
Principle #35Parameter changes

Data Source

PatentUS11748696B2System and methods for alternate path generation
Publication Date: 2023.09.05 AIRSPACE TECHNOLOGIES INC
  • US11748696B2 patent drawing
  • US11748696B2 patent drawing
  • US11748696B2 patent drawing

AI summary

A computing system for alternate path generation is disclosed. In aspects, the computing system can implement methods to generate the alternate paths by: identifying an optimal path to a destination node on a first graph, generating a path graph, and generating an alternate path sequence based on the path graph. In aspects, the computing system can further generate an interactive graphical user interface (GUI) for displaying the alternate path sequence and transmit the interactive GUI to a display unit for display.