Neural Sequence Generation with Constraints via Beam Search with Cuts: A Case Study on VRP

Authors

  • Pouya Shati University of Toronto Vector Institute for Artificial Intelligence
  • Eldan Cohen University of Toronto
  • Sheila McIlraith University of Toronto Vector Institute for Artificial Intelligence

DOI:

https://doi.org/10.1609/socs.v17i1.31549

Abstract

In recent years, neural sequence models have been applied successfully to solve combinatorial optimization problems. Solutions, encoded as sequences, are typically generated from trained models via beam search, a search algorithm that generates sequences token-by-token while keeping a fixed number of promising partial solutions at each step. In this paper, we explore the problem of augmenting beam search generation with the enforcement of requirements---hard constraints that any generated solution must adhere to. We propose a hybrid approach, by encoding the requirements in the form of a constraint satisfaction problem (CSP) and iteratively solving the CSP to cut any partial solution within the beam search that is incapable of satisfying the requirements. We study this problem in the context of vehicle routing problems (VRP) further augmented with capacity-related or temporal requirements. We experimentally show that cuts often allow us to satisfy the requirements with negligible impact on solution quality. Without the use of cuts, beam search is shown to be exponentially less likely to satisfy the requirements as the length of the solution increases and/or the requirements are strengthened.

Downloads

Published

2024-06-01