Informasjon

Frist Ingen frist
Innleveringsgrense Ingen begrensning

Logg inn

[Module1 Theory] TinyCSP


Spørsmål 1: N-Queens model

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

Spørsmål 2: CP - complete approach

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

Spørsmål 3: CP - declarative

Constraint Programming is declarative. Declarative means that:

Spørsmål 4: TinyCSP - Fix point

In TinyCSP.java, the fix-point computation:

Spørsmål 5: TinyCSP - domain implementation

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

Spørsmål 6: TinyCSP - Backtracking

In TinyCSP, when backtracking: