Informações

Prazo de entrega Sem prazo
Limite de submissão No limitation

Entrar

[Module1 Theory] TinyCSP


Questão 1: N-Queens model

For the \(N\)-Queens problem, how would you recommend that the positions of the queens are modelled?

Questão 2: CP - complete approach

Constraint Programming is a complete solving technology. A technology that is complete:

Questão 3: CP - declarative

Constraint Programming is declarative. Declarative means that:

Questão 4: TinyCSP - Fix point

In TinyCSP.java, the fix-point computation:

Questão 5: TinyCSP - domain implementation

In TinyCSP, the implementation of the domain of a variable uses:

Questão 6: TinyCSP - Backtracking

In TinyCSP, when backtracking: