Thông tin

Hạn chót Không có hạn chót
Giới hạn nộp bài Không có giới hạn

Đăng nhập

[Module1 Theory] TinyCSP


Câu hỏi 1: N-Queens model

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

Câu hỏi 2: CP - complete approach

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

Câu hỏi 3: CP - declarative

Constraint Programming is declarative. Declarative means that:

Câu hỏi 4: TinyCSP - Fix point

In TinyCSP.java, the fix-point computation:

Câu hỏi 5: TinyCSP - domain implementation

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

Câu hỏi 6: TinyCSP - Backtracking

In TinyCSP, when backtracking: