Tag: Routing

Effortless Routing & Deeplink in Flutter Using go_router

Deeplink Introduction Deep linking allows you to access a specific part of an app using a web browser link. This link can be used to direct users to specific content within the app, such as events, news updates, and more, and can also pass along custom data, like promotional codes. This is useful...

Cracking the Vehicle Routing Problem using Google’s OR-Tools

Vehicle Routing Problem (VRP) is classified an NP-hard problem, which simply said the bigger your options, the cost of finding the best solution will grow tremendously. Image copyright from Flynd In the center, VRP can be said as an optimization problem, which usually goes l...

Deep Reinforcement Learning for AGV Routing

In a Distribution Center (DC), walking from one location to another during the picking route can account for 60% to 70% of the operator’s working time. Reducing this walking time is the most effective way to increase overall productivity. In a previous series of articles...