scispace - formally typeset
L

Loren K. Platzman

Researcher at Georgia Institute of Technology

Publications -  21
Citations -  1058

Loren K. Platzman is an academic researcher from Georgia Institute of Technology. The author has contributed to research in topics: Heuristics & Travelling salesman problem. The author has an hindex of 12, co-authored 21 publications receiving 1021 citations.

Papers
More filters
Journal ArticleDOI

Spacefilling curves and the planar travelling salesman problem

TL;DR: To construct a short tour through points in the plane, the points are sequenced as they appear along a spacefilling curve, so it is easily coded and requires only memory and log operations.
Journal ArticleDOI

Heuristics Based on Spacefilling Curves for Combinatorial Problems in Euclidean Space

TL;DR: A family of heuristics to solve combinatorial problems such as routing and partitioning that exploit geometry but ignore specific distance measures are described, which seem well-suited to operational problems where time or computing resources are limited.
Journal ArticleDOI

Decentralized Control of Automated Guided Vehicles on a Simple Loop

TL;DR: A highly decentralized greedy heuristic is proposed in this paper, which enables a fleet of automated guided vehicles to deliver unit loads quickly on a simple loop track, using a simple greedy algorithm.
Journal ArticleDOI

A Minimal Technology Routing System for Meals on Wheels

TL;DR: A novel routing system based on a new travelling salesman heuristic was successfully implemented to handle the efficient daily routing of a varying number of vehicles to more than 200 delivery points whose locations change daily.
Journal ArticleDOI

An O(N log N) planar travelling salesman heuristic based on spacefilling curves

TL;DR: The algorithm is easily coded: a complete BASIC program is included in the appendix and, since the algorithm consists essentially of sorting, points are easily added or removed.