Open
Description
I see from your knight's tour example , you wrote a small utility to convert a list of values to a domain:
foldl(num_to_dom, Nexts, Next, Dom)
where:
num_to_dom(N, D0, D0\/N).
I think this should be part of the library itself. Something like:
Var in_set [1, 2, 3, 4]
Vars ins_set [1, 2, 3, 4]
Metadata
Metadata
Assignees
Labels
No labels