Advertisement
Guest User

optimq

a guest
Apr 25th, 2017
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.08 KB | None | 0 0
  1. I generated algs for Pa/opp using this command
  2.  
  3. C:\Users\Adminstrator\Downloads\sq1opt\sq1optim.exe A1B4D2C37E6F5G8H -w -m -a -n
  4.  
  5. and got the following
  6.  
  7. 4,-3/2,-4/4,-5/3,0/0,-3/3,0/-1,-3 [6|17]
  8. Nodes=235837
  9. 4,-3/2,-4/4,1/3,6/3,0/3,6/-1,3 [6|19]
  10. Nodes=236594
  11. 4,3/2,-4/4,-5/3,0/0,-3/3,0/-1,3 [6|17]
  12. Nodes=275433
  13. 4,3/2,-4/4,1/3,6/3,0/3,6/-1,-3 [6|19]
  14. Nodes=276270
  15. 0,-4/3,6/3,0/3,6/4,1/2,-4/3,4 [6|18]
  16. Nodes=343148
  17. 0,-4/3,0/0,-3/3,0/4,-5/2,-4/3,-2 [6|16]
  18. Nodes=350057
  19. 0,2/3,6/3,0/3,6/4,1/2,-4/3,-2 [6|18]
  20. Nodes=396070
  21. 0,2/3,0/0,-3/3,0/4,-5/2,-4/3,4 [6|16]
  22. Nodes=401853
  23.  
  24. Every alg has a 5 or 6 on D so not great.
  25.  
  26. Then I tried this
  27.  
  28. C:\Users\Administrator\Downloads\sq1opt\sq1optim.exe A1B4D2C37E6F5G8H -a -n
  29.  
  30. And got these
  31.  
  32. 0,-4/3,0/0,-3/3,0/4,-5/2,-4/3,-2 [6|16]
  33. Nodes=596361
  34. 0,-4/-3,0/0,3/-3,0/4,1/2,-4/3,4 [6|16]
  35. Nodes=614334
  36. 0,2/3,0/0,-3/3,0/4,-5/2,-4/3,4 [6|16]
  37. Nodes=693830
  38. 0,2/-3,0/0,3/-3,0/4,1/2,-4/3,-2 [6|16]
  39. Nodes=708450
  40.  
  41. Why were the second and fourth algs not included in the original search? They shouldn't been seen as equivalent to any others.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement