Nächste Seite:
Wettbewerbe für Constraint-Solver
Aufwärts:
Einleitung
Vorherige Seite:
Industrielle Anwendungen der CP
CP-Anwendung: Polynom-Interpretationen
Berechnungsmodell: Wortersetzung (
Turingmaschine)
Programm:
ab
→
ba
(
Bubble-Sort)
Beispiel-Rechnung:
abab
→
baab
→
baba
→
bbaa
Bewertung
W
durch lineare Funktionen
f
a
(
x
) =
Px
+
Q
,
f
b
(
x
) =
Rx
+
S
mit
P
,
Q
,
R
,
S
∈
W
(
abab
) =
f
a
(
f
b
(
f
a
(
f
b
(0)))),…
monoton:
x
>
y
⇒
f
a
(
x
) >
f
a
(
y
)∧
f
b
(
x
) >
f
b
(
y
)
kompatibel mit Programm:
f
a
(
f
b
(
x
) >
f
b
(
f
a
(
x
))
resultierendes Constraint-System für
P
,
Q
,
R
,
S
,
Lösung mittels Z3
2014-07-06