Guest User

Untitled

a guest
Apr 9th, 2013
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. Board size: 12x12
  2. === Backtracking ===
  3. Execution time: 1966ms
  4. Solutions found: 14200
  5. Candidates searched: 10103869
  6. === Forward Checking ===
  7. Execution time: 950ms
  8. Solutions found: 14200
  9. Candidates searched: 641975
  10. === end ===
  11. Board size: 13x13
  12. === Backtracking ===
  13. Execution time: 11783ms
  14. Solutions found: 73712
  15. Candidates searched: 59815315
  16. === Forward Checking ===
  17. Execution time: 5249ms
  18. Solutions found: 73712
  19. Candidates searched: 3456856
  20. === end ===
  21. Board size: 14x14
  22. === Backtracking ===
  23. Execution time: 75704ms
  24. Solutions found: 365596
  25. Candidates searched: 377901399
  26. === Forward Checking ===
  27. Execution time: 30324ms
  28. Solutions found: 365596
  29. Candidates searched: 19787663
  30. === end ===
Advertisement
Add Comment
Please, Sign In to add comment