paper-with-me

Papers

Proactive and Reactive Constraint Programming for Stochastic Project Scheduling with Maximal Time-Lags

2024-09-13 · Kim van den Houten, Léon Planken, Esteban Freydell, David M. J. Tax, Mathijs de Weerdt

This study investigates scheduling strategies for the stochastic resource-constrained project scheduling problem with maximal time lags (SRCPSP/max)). Recent advances in Constraint Programming (CP) and Temporal Networks have reinvoked interest in evaluating the advantages and drawbacks of various proactive and reactive scheduling methods. First, we present a new, CP-based fully proactive method. Second, we show how a reactive approach can be constructed using an online rescheduling procedure. A third contribution is based on partial order schedules and uses Simple Temporal Networks with Uncertainty (STNUs). Our statistical analysis shows that the STNU-based algorithm performs best in terms of solution quality, while also showing good relative offline and online computation time.

📄 PDF Abstract BibTeX arXiv:2409.09107

Code (1)

kimvandenhouten/aaai25_srcpspmax 공식 구현

Tasks

Scheduling

Similar Papers 제목 키워드 기반

Code-as-Monitor: Constraint-aware Visual Programming for Reactive and Proactive Robotic Failure Detection

2024-12-05 · CVPR 2025 1 · Enshen Zhou, Qi Su, Cheng Chi, Zhizheng Zhang 외

Automatic detection and prevention of open-set failures are crucial in closed-loop robotic systems. Recent studies often struggle to simultaneously identify unexpected failures reactively after they occur and prevent for…

Language Modelling

Reactive Answer Set Programming

2021-09-22 · Krysia Broda, Fariba Sadri, Stephen Butler

Logic Production System (LPS) is a logic-based framework for modelling reactive behaviour. Based on abductive logic programming, it combines reactive rules with logic programs, a database and a causal theory that specifi…

Programming in logic without logic programming

2016-01-04 · Robert Kowalski, Fariba Sadri

In previous work, we proposed a logic-based framework in which computation is the execution of actions in an attempt to make reactive rules of the form if antecedent then consequent true in a canonical model of a logic p…

RECAP: Regression Evaluation for Continual Adaptation of Prompts

2026-06-04 · Harsh Deshpande, Kushal Chawla, Sangwoo Cho, William Campbell 외 arxiv

Production agentic systems routinely face evolving constraints and must comply from the very next interaction. Scenarios like a tool-call notification changing a compliance threshold or a policy update adding disclosure …

ProPACT: A Proactive AI-Driven Adaptive Collaborative Tutor for Pair Programming

2026-05-04 · Anahita Golrang, Kshitij Sharma, olga viberg arxiv

Effective pair programming depends on coordination of attention, cognitive effort, and joint regulation over time, yet most adaptive learning systems remain individual-centric and reactive. This paper introduces ProPACT,…