English

Petri Net Induced Heuristic Search for Resource Constrained Scheduling

Artificial Intelligence 2026-05-18 v1

Abstract

We formulate the Resource-Constrained Project Scheduling Problem (RCPSP) as optimal search over the reachability graph of a Timed Transition Petri Net with Resources, using relative-delay tokens so that scheduling decisions correspond to transition firings in the induced state space. We solve the resulting problem with AA^* guided by a heuristic that combines Critical Path and resource-based lower bounds, and prove that it is consistent under our token-based time semantics. Experiments on the PSPLIB benchmarks show that the approach outperforms strong exact Mixed-Integer Linear Programming (MIP) baselines (SCIP, CBC) in both success rate and solve time. Per-instance analysis shows that heuristic search and MIP degrade along independent axes, resource tightness for AA^* and formulation size for MIP, with resource strength mediating which solver benefits from scale.

Keywords

Cite

@article{arxiv.2605.15983,
  title  = {Petri Net Induced Heuristic Search for Resource Constrained Scheduling},
  author = {Ido Lublin and Dor Atzmon and Izack Cohen},
  journal= {arXiv preprint arXiv:2605.15983},
  year   = {2026}
}

Comments

Accepted at the International Symposium on Combinatorial Search (SoCS 2026)

R2 v1 2026-07-22T07:14:33.232Z