Waldemar Villamayor-Venialbo
Waldemar Villamayor-Venialbo
In [Info.cpp line 56](https://github.com/jpbarrette/curlpp/blob/master/src/curlpp/Info.cpp#L56): ```c_cpp value = (double)tmp; ``` should be ```c_cpp value = *(double*)&tmp; ``` otherwise, the raw int64 value is assigned.
In most of my test cases, the optimal solution is not found. I guess it is a hashing issue. By excluding duplicate and mirror entries in the search tree, there...
For the board box to be drawn correctly, since row-major order is used, lines 21 and 22 in dist/index.js must be changed to: `var boardWidth = game.boardSize[1];` `var boardHeight =...