Dinesman's multiple-dwelling problem: Difference between revisions

m
→‎{{header|Prolog}}: Prolog is THE language for this kind of puzzle? Lets judge the code.
m (→‎{{header|Prolog}}: Prolog is THE language for this kind of puzzle? Lets judge the code.)
Line 330:
 
=={{header|Prolog}}==
Prolog is THE language for this kind of puzzle !<br>
Works with SWI-Prolog and library(clpfd) written by '''Markus Triska'''.
 
Line 429 ⟶ 428:
true ==> predicate succeeded. <br>
false ==> no other solution.
 
=={{header|PureBasic}}==
<lang PureBasic>Prototype cond(Array t(1))
Anonymous user