Interestingly, when I run this through an old Dancing Links [1] based solver I wrote a while back for solving general puzzles, it solves the first one in 0.04 seconds, uses 65 columns, 242 rows, does 181510 de-queues, and finds a unique solution.<p>The same solver on the hard version runs in 0.01 seconds, 67 columns, 272 rows, 245626 de-queues, and finds no solutions.<p>So as others have noted, the hard puzzle solution must be some weird rotation, and/or not spaced on "integral" coordinates.<p>Since I don't have time to write such a solver, I will leave it for now :)<p>Note: if you have not looked at the Dancing Links paper by Knuth and learned how to use it to solve backtracking problems, you should. It's amazingly useful for solving such problems, for enumerating all solutions, and it is fast and completely general.<p>[1] <a href="http://arxiv.org/abs/cs/0011047" rel="nofollow">http://arxiv.org/abs/cs/0011047</a>
Assuming the solvers that they wrote searched the problem space correctly, the hard side probably violates some assumption. My guess would be that on the hard side the pieces can lock into some sort of 3D structure.