English

Finding Optimal Cost-Bounded Plan Reductions: Refined Model

Artificial Intelligence 2026-07-28 v1

Abstract

In some real applications a plan may later become unfeasible due to newly imposed budget constraints, yet, at the same time, using only the original actions of the plan and their order is mandatory. In this paper, we study the problem of extracting, from a precomputed plan, a valid subplan that maximizes utility while respecting a cost bound. Each goal is given a utility value and the plan is reduced by removing actions that support low-utility goals, while preserving both executability and the original action order. We show the decision variant is NP-complete and propose two exact methods to solve it: one via oversubscription planning (OSP) and another via Integer Linear Programming (ILP). This paper extends our previous work published at ICAPS 2026 (Del Toro, Fuentetaja, and Garc\'ia-Olaya 2026b). While the core framework remains as introduced there, we further introduce a refined ILP formulation that significantly decreases the model size and improves computational efficiency.

Cite

@article{arxiv.2607.25484,
  title  = {Finding Optimal Cost-Bounded Plan Reductions: Refined Model},
  author = {Martha Del Toro and Raquel Fuentetaja and Angel García-Olaya},
  journal= {arXiv preprint arXiv:2607.25484},
  year   = {2026}
}

Comments

Extended version of a paper accepted at ICAPS 2026 (doi: 10.1609/icaps.v36i1.42849). Includes a new model and expanded experimental results