# The Intermittent Traveling Salesman Problem with Different Temperature   Profiles: Greedy or not?

**Authors:** Pieter Leyman, San Tu Pham, Patrick De Causmaecker

arXiv: 1701.08517 · 2017-01-31

## TL;DR

This paper investigates the intermittent traveling salesman problem with temperature constraints, comparing greedy and non-greedy strategies across different temperature profiles and solution representations.

## Contribution

It introduces the ITSP with temperature restrictions, analyzes three temperature functions, and evaluates the effectiveness of greedy approaches versus alternatives.

## Key findings

- Greedy approach is beneficial for similar temperature profiles.
- Different temperature functions impact solution strategies.
- Metaheuristic solutions are adapted for temperature constraints.

## Abstract

In this research, we discuss the intermittent traveling salesman problem (ITSP), which extends the traditional traveling salesman problem (TSP) by imposing temperature restrictions on each node. These additional constraints limit the maximum allowable visit time per node, and result in multiple visits for each node which cannot be serviced in a single visit. We discuss three different temperature increase and decrease functions, namely a linear, a quadratic and an exponential function. To solve the problem, we consider three different solution representations as part of a metaheuristic approach. We argue that in case of similar temperature increase and decrease profiles, it is always beneficial to apply a greedy approach, i.e. to process as much as possible given the current node temperature.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1701.08517/full.md

## Figures

3 figures with captions in the complete paper: https://tomesphere.com/paper/1701.08517/full.md

## References

7 references — full list in the complete paper: https://tomesphere.com/paper/1701.08517/full.md

---
Source: https://tomesphere.com/paper/1701.08517