Umělá inteligence I - cvičení

Problem decomposition, CSP

This week's topic are decomposition and various sample representations of problems, as well as their solution using search and constraint satisfaction. We'll focus namely on:

  • Decomposition of problems using AND/OR trees
  • Constraint satisfaction problems


For details see the corresponding notebooks:

Sample solutions: