Skip to content

Instantly share code, notes, and snippets.

@gfredericks
Created January 1, 2013 18:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gfredericks/4429226 to your computer and use it in GitHub Desktop.
Save gfredericks/4429226 to your computer and use it in GitHub Desktop.
;; This returns a response quickly (as I would expect), but if we add 4
;; to the domain it runs for a while...
(run 1 [x11 y11 x12 y12 x21 y21 x22 y22]
(infd x11 y11 x12 y12 x21 y21 x22 y22 (domain 0 1 2 3 #_4))
(<fd x11 x12) (<fd x21 x22)
(<fd y11 y12) (<fd y21 y22)
(conde
[(<fd x22 x11)]
[(<fd x12 x21)]
[(<fd y22 y11)]
[(<fd y12 y21)]))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment