Talk:Solve a Hidato puzzle: Difference between revisions

m
 
(11 intermediate revisions by 2 users not shown)
Line 226:
 
--[[User:Nigel Galloway|Nigel Galloway]] ([[User talk:Nigel Galloway|talk]]) 14:12, 30 December 2013 (UTC)
 
: if a1 = 0, the equation b2 + c2 + d2 = a1 means "Non of a's neighbors is 2" which is not necessarily true. so this solution does not work. --[[User:Ak|Ak]] ([[User talk:Ak|talk]]) 17:10, 21 March 2014 (UTC)
 
==extra credit suggestion==
Line 238 ⟶ 240:
 
::: As regarding the Knights Tour: in fact, I used the same code in the REXX example, I just tweaked/optimized the code a bit for speed. -- [[User:Gerard Schildberger|Gerard Schildberger]] ([[User talk:Gerard Schildberger|talk]]) 16:20, 30 December 2013 (UTC)
 
sss
== solved it using constraint programming ==
 
Behold: http://hidoku-solver.appspot.com/
Anonymous user