paper-with-me

홈 › Papers

On inferring cumulative constraints

2026-02-17 · Konstantin Sidorov arxiv

Cumulative constraints are central in scheduling with constraint programming, yet propagation is typically performed per constraint, missing multi-resource interactions and causing severe slowdowns on some benchmarks. I present a preprocessing method for inferring additional cumulative constraints that capture such interactions without search-time probing. This approach interprets cumulative constraints as linear inequalities over occupancy vectors and generates valid inequalities by (i) discovering covers, the sets of tasks that cannot run in parallel, (ii) strengthening the cover inequalities for the discovered sets with lifting, and (iii) injecting the resulting constraints back into the scheduling problem instance. Experiments on standard RCPSP and RCPSP/max test suites show that these inferred constraints improve search performance and tighten objective bounds on favorable instances, while incurring little degradation on unfavorable ones. Additionally, these experiments discover 25 new lower bounds and five new best solutions; eight of the lower bounds are obtained directly from the inferred constraints.

📄 PDF Abstract BibTeX arXiv:2602.15635

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Learning Multi-agent Behaviors from Distributed and Streaming Demonstrations

2023-09-21 · NeurIPS 2023 11

This paper considers the problem of inferring the behaviors of multiple interacting experts by estimating their reward functions and constraints where the distributed demonstrated trajectories are sequentially revealed t…

Multi-point Feedback of Bandit Convex Optimization with Hard Constraints

2023-10-17 · Yasunari Hikima

This paper studies bandit convex optimization with constraints, where the learner aims to generate a sequence of decisions under partial information of loss functions such that the cumulative loss is reduced as well as t…

Regret and Cumulative Constraint Violation Analysis for Online Convex Optimization with Long Term Constraints

2021-06-09 · Xinlei Yi, Xiuxian Li, Tao Yang, Lihua Xie 외

This paper considers online convex optimization with long term constraints, where constraints can be violated in intermediate rounds, but need to be satisfied in the long run. The cumulative constraint violation is used …

Reduced Network Cumulative Constraint Violation for Distributed Bandit Convex Optimization under Slater Condition

2024-11-18 · Kunpeng Zhang, Xinlei Yi, Jinliang Ding, Ming Cao 외

This paper studies the distributed bandit convex optimization problem with time-varying inequality constraints, where the goal is to minimize network regret and cumulative constraint violation. To calculate network cumul…

Distributed Online Convex Optimization with Adversarial Constraints: Reduced Cumulative Constraint Violation Bounds under Slater's Condition

2023-05-31 · Xinlei Yi, Xiuxian Li, Tao Yang, Lihua Xie 외

This paper considers distributed online convex optimization with adversarial constraints. In this setting, a network of agents makes decisions at each round, and then only a portion of the loss function and a coordinate …