Información

Fecha de entrega Sin fecha de envío
Tiempo límite de envío Sin límite de envío

Inicia sesión

[Module1 Theory] TinyCSP


Pregunta 1: N-Queens model

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

Pregunta 2: CP - complete approach

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

Pregunta 3: CP - declarative

Constraint Programming is declarative. Declarative means that:

Pregunta 4: TinyCSP - Fix point

In TinyCSP.java, the fix-point computation:

Pregunta 5: TinyCSP - domain implementation

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

Pregunta 6: TinyCSP - Backtracking

In TinyCSP, when backtracking: