Kastalia Knowledge Management System · Glasperlenspiel template · knot 1081
Constraint programming
🌐 public
· created AE531029 (29.10.2023)
· by DDH
· open in the standard editor view
· 📽 open as presentation
Constraint programming is a programming paradigm where relationships between variables are expressed as constraints. The objective is to find values for these variables that satisfy all given constraints. It is particularly useful for solving combinatorial problems, such as scheduling, planning, and resource allocation, where traditional algorithms might be inefficient. Instead of specifying steps to achieve a solution, one defines the desired properties of a solution, and the system determines a valid assignment, if one exists.
Ancestors (1 superordinated path)