Resolve the issue that caused the amb language parser to fail and figure out how to get multiple amb-solutions
This commit is contained in:
@@ -158,8 +158,6 @@
|
||||
(assert (all-different? kitty betty ethel joan mary))
|
||||
(map list '(kitty betty ethel joan mary) (list kitty betty ethel joan mary))))
|
||||
|
||||
(define (require p)
|
||||
(if (not p) (amb)))
|
||||
|
||||
;;; to show cpu time
|
||||
(define-syntax cpu-time/sec
|
||||
|
||||
Reference in New Issue
Block a user