L20: Cost of GAC Flashcards

1
Q

Is GAC expensive?

A

Yes.
It can be expensive for many constraints, in particular numerical constraints.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is an alternative to GAC?

A

Bound consistency is a cheaper alternative.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is bound consistency?

A

Bound consistency is a cheaper version of GAC where only the minimum and maximum values (bounds) of a domain are being pruned.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What does bound consistency assume?

A

We are also assuming that the bounds are an unbroken interval between [a,b] where the domain contains all integers i in a<=i<=b (no missing values in between).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is bound(d)-consistency?

A

Same as definition of GAC, except that only bounds are supported.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is bound(z)-consistency?

A

Same as definition of Bound(D)-consistency, except that values in t are only required to be between the bounds of the corresponding variable.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is bound(r)-consistency?

A

Same as definition of Bound(Z)-consistency, except that values in t may be non-integer.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly