Thông tin

Hạn chót Không có hạn chót
Giới hạn nộp bài 2 bài nộp
mỗi 1 giờ

Đăng nhập

[Part1 Theory] TinyCSP


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

For solving the N-Queens problem, which decision model would you recommend?

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

Constraint Programming is a complete approach, it means that:

Câu hỏi 3: CP - declarative

Constraint Programming is declarative, it 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 domains uses a

Câu hỏi 6: TinyCSP - Backtracking

In TinyCSP, the domains are restored on backtracking using: