From 9f14c444235f3cb3f6f3f6d4c065240fd4482096 Mon Sep 17 00:00:00 2001 From: Matthew Butterick Date: Thu, 2 Oct 2014 12:32:58 -0700 Subject: [PATCH] all tests working --- csp/constraint-tests.rkt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/csp/constraint-tests.rkt b/csp/constraint-tests.rkt index f552d0b5..10c415a0 100644 --- a/csp/constraint-tests.rkt +++ b/csp/constraint-tests.rkt @@ -132,6 +132,8 @@ A collection of 33 coins, consisting of nickels, dimes, and quarters, has a valu ;; queens problem +;; place queens on chessboard so they do not intersect + (define qp (new Problem)) (define cols (range 8)) (define rows (range 8))