1 / 5

Foundations of Constraint Processing CSCE421/821, Spring 2008:

Understand the concept of weak commitment in constraint processing, where constraint propagation and search techniques are used to reduce problem size and make decisions while keeping multiple solutions. Discover how least commitment approaches can be applied to various domains such as planning and scheduling.

ctrimble
Download Presentation

Foundations of Constraint Processing CSCE421/821, Spring 2008:

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Note on Least Commitment Foundations of Constraint Processing CSCE421/821, Spring 2008: www.cse.unl.edu/~choueiry/S08-421-821/ Berthe Y. Choueiry (Shu-we-ri) Avery Hall, Room 123B choueiry@cse.unl.edu Tel: +1(402)472-5444 Weak Commitment

  2. Background • Constraint propagation • Reduces problem size • Eliminates inconsistent choices • Gets the problem closer to being solved • But does not eliminate any solutions • When it solves the problem, we keep all solutions • Search • Solves the problem by making decisions and eliminating perfectly acceptable choices, while keeping one Weak Commitment

  3. Generalizing.. • Constraint propagation makes no commitment at all • Search makes strong commitments • Question: anything in the middle? • Answer: least commitment • Common: planning, scheduling communities Weak Commitment

  4. Least commitment: rationale • As long as you do not need to make a commitment, keep propagating • If propagation is ‘stuck’ (no progress), • then make the least commitment you need to make in order to enable more propagation without ruling out too many solutions • Technique: • typically by adding a constraint (that is weaker than a variable assignment) Weak Commitment

  5. Example: scheduling • Context: • scheduling tasks in time. You notice the 2 tasks must use the same resource • Propagation • adds a mutex constraint between both tasks without ordering them • Search • fixes the time for one or both tasks thus ruling out so many possibilities • Least commitment • adds a constraint committing one task to be before the other • tasks remain floating in time, • and any task can be inserted between them Weak Commitment

More Related