מידע

מועד הגשה אין מועד הגשה
מגבלת הגשות אין הגבלה

כניסה

[Module1 Theory] TinyCSP


שאלה 1: N-Queens model

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

שאלה 2: CP - complete approach

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

שאלה 3: CP - declarative

Constraint Programming is declarative. Declarative means that:

שאלה 4: TinyCSP - Fix point

In TinyCSP.java, the fix-point computation:

שאלה 5: TinyCSP - domain implementation

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

שאלה 6: TinyCSP - Backtracking

In TinyCSP, when backtracking: