• Keine Ergebnisse gefunden

27. Constraint Satisfaction Problems: Constraint Graphs

N/A
N/A
Protected

Academic year: 2022

Aktie "27. Constraint Satisfaction Problems: Constraint Graphs"

Copied!
4
0
0

Wird geladen.... (Jetzt Volltext ansehen)

Volltext

(1)

Foundations of Artificial Intelligence

27. Constraint Satisfaction Problems: Constraint Graphs

Malte Helmert

University of Basel

April 19, 2021

M. Helmert (University of Basel) Foundations of Artificial Intelligence April 19, 2021 1 / 16

Foundations of Artificial Intelligence

April 19, 2021 — 27. Constraint Satisfaction Problems: Constraint Graphs

27.1 Constraint Graphs 27.2 Unconnected Graphs 27.3 Trees

27.4 Summary

M. Helmert (University of Basel) Foundations of Artificial Intelligence April 19, 2021 2 / 16

Constraint Satisfaction Problems: Overview

Chapter overview: constraint satisfaction problems I 22.–23. Introduction

I 24.–26. Basic Algorithms I 27.–28. Problem Structure

I 27. Constraint Graphs I 28. Decomposition Methods

M. Helmert (University of Basel) Foundations of Artificial Intelligence April 19, 2021 3 / 16

27. Constraint Satisfaction Problems: Constraint Graphs Constraint Graphs

27.1 Constraint Graphs

M. Helmert (University of Basel) Foundations of Artificial Intelligence April 19, 2021 4 / 16

(2)

27. Constraint Satisfaction Problems: Constraint Graphs Constraint Graphs

Motivation

I To solve a constraint network consisting of n variables and k values, k n assignments must be considered.

I Inference can alleviate this combinatorial explosion, but will not always avoid it.

I Many practically relevant constraint networks are efficiently solvable if their structure is taken into account.

M. Helmert (University of Basel) Foundations of Artificial Intelligence April 19, 2021 5 / 16

27. Constraint Satisfaction Problems: Constraint Graphs Constraint Graphs

Constraint Graphs

Definition (constraint graph)

Let C = hV , dom, (R uv )i be a constraint network.

The constraint graph of C is the graph whose vertices are V and which contains an edge between u and v iff R uv is a nontrivial constraint.

M. Helmert (University of Basel) Foundations of Artificial Intelligence April 19, 2021 6 / 16

27. Constraint Satisfaction Problems: Constraint Graphs Constraint Graphs

Constraint Graphs: Example

Coloring of the Australian states and territories

Victoria

WA

NT

SA

Q

NSW

V

T

M. Helmert (University of Basel) Foundations of Artificial Intelligence April 19, 2021 7 / 16

27. Constraint Satisfaction Problems: Constraint Graphs Unconnected Graphs

27.2 Unconnected Graphs

M. Helmert (University of Basel) Foundations of Artificial Intelligence April 19, 2021 8 / 16

(3)

27. Constraint Satisfaction Problems: Constraint Graphs Unconnected Graphs

Unconnected Constraint Graphs

Proposition (unconnected constraint graphs)

If the constraint graph of C has multiple connected components, the subproblems induced by each component can be solved separately.

The union of the solutions of these subproblems is a solution for C.

Proof.

A total assignment consisting of combined subsolutions satisfies all constraints that occur within the subproblems.

From the definitions of constraint graphs and connected components, all nontrivial constraints are within a subproblem.

M. Helmert (University of Basel) Foundations of Artificial Intelligence April 19, 2021 9 / 16

27. Constraint Satisfaction Problems: Constraint Graphs Unconnected Graphs

Unconnected Constraint Graphs: Example

example: Tasmania can be colored independently from the rest of Australia.

Victoria

WA NT

SA Q

NSW

V

T

further example:

network with k = 2, n = 30 that decomposes into three components of equal size

savings?

only 3 · 2 10 = 3072 assignments instead of 2 30 = 1073741824

M. Helmert (University of Basel) Foundations of Artificial Intelligence April 19, 2021 10 / 16

27. Constraint Satisfaction Problems: Constraint Graphs Trees

27.3 Trees

M. Helmert (University of Basel) Foundations of Artificial Intelligence April 19, 2021 11 / 16

27. Constraint Satisfaction Problems: Constraint Graphs Trees

Trees as Constraint Graphs

Proposition (trees as constraint graphs)

Let C be a constraint network with n variables and maximal domain size k whose constraint graph is a tree or forest (i.e., does not contain cycles).

Then we can solve C or prove that no solution exists in time O(nk 2 ).

example: k = 5, n = 10 k n = 9765625, nk 2 = 250

M. Helmert (University of Basel) Foundations of Artificial Intelligence April 19, 2021 12 / 16

(4)

27. Constraint Satisfaction Problems: Constraint Graphs Trees

Trees as Constraint Graphs: Algorithm

algorithm for trees:

I Build a directed tree for the constraint graph.

Select an arbitrary variable as the root.

I Order variables v 1 , . . . , v n such that parents are ordered before their children.

I For i ∈ hn, n − 1, . . . , 2i: call revise(v parent(i) , v i )

each variable is arc consistent with respect to its children I If a domain becomes empty, the problem is unsolvable.

I Otherwise: solve with BacktrackingWithInference, variable order v 1 , . . . , v n and forward checking.

solution is found without backtracking steps proof: exercises

M. Helmert (University of Basel) Foundations of Artificial Intelligence April 19, 2021 13 / 16

27. Constraint Satisfaction Problems: Constraint Graphs Trees

Trees as Constraint Graphs: Example

constraint network directed tree + order:

A B C

D E

F

A B C D E F

(a) (b)

revise steps:

I revise(D, F ) I revise(D, E) I revise(B, D) I revise(B, C ) I revise(A, B) finding a solution:

backtracking with order A ≺ B ≺ C ≺ D ≺ E ≺ F

M. Helmert (University of Basel) Foundations of Artificial Intelligence April 19, 2021 14 / 16

27. Constraint Satisfaction Problems: Constraint Graphs Summary

27.4 Summary

M. Helmert (University of Basel) Foundations of Artificial Intelligence April 19, 2021 15 / 16

27. Constraint Satisfaction Problems: Constraint Graphs Summary

Summary

I Constraint networks with simple structure are easy to solve.

I Constraint graphs formalize this structure:

I several connected components:

solve separately for each component I tree: algorithm linear in number of variables

M. Helmert (University of Basel) Foundations of Artificial Intelligence April 19, 2021 16 / 16

Referenzen

ÄHNLICHE DOKUMENTE

• Falls ein Agent keine konsistente Belegung finden kann, sendet er eine nogood Nachricht an die anderen Agenten und erhöht den Wert der Priorität seiner Variable (vgl.. Falls

there is no restriction, and the constraint is typically not given explicitly in the constraint network description (although it formally always exists!).. Constraints R uv and R

We have already seen this algorithm: Backtracking corresponds to depth-first search Chapter 12 with the following state space: states: partial assignments initial state:

I arc consistency tightens unary constraints I path consistency tightens binary constraints I i-consistency tightens (i − 1)-ary constraints I higher levels of consistency

If the constraint graph of C has multiple connected components, the subproblems induced by each component can be solved separately.. The union of the solutions of these subproblems is

If the stock price was unchanged, the creation of the option market increases the expected utility of constrained investors but do not modify the expected utility of

Patinkin (1956) integrated it in his monetary theory of general equilibrium. 84) notes the ex post bailout definition of the SBC is allegedly more relevant to the policy- making

Degrowth, i.e., Quantitative and Qualitative Constraint The growth dilemma we face is a choice between a continuation of unsustainable growth, bought by an increasing