This commit is contained in:
Adam Jeniski 2023-12-16 11:29:09 -05:00
parent 9b2b3a2c2e
commit 8d236e36ea

View File

@ -74,5 +74,5 @@
(for [r (range N)] {:loc [r -1], :dir :right})
(for [r (range N)] {:loc [r N], :dir :left})]
(apply concat)
(map measure-energy)
(pmap measure-energy)
(apply max))