Advertisement
Guest User

2nd Output

a guest
May 5th, 2013
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.07 KB | None | 0 0
  1. Testing Graph for cliques that are 5/10th the size of the graph
  2. Testing graph with 10 vertices and 45 edges. Took 0 milliseconds. 5-clique Found. Clique size: 10 Verified
  3. Vertices: 10 Edges: 45
  4. Testing graph with 20 vertices and 185 edges. Took 13 milliseconds. 10-clique Found. Clique size: 15 Verified
  5. Vertices: 15 Edges: 105
  6. Testing graph with 30 vertices and 433 edges. Took 20 milliseconds. 15-clique Found. Clique size: 28 Verified
  7. Vertices: 28 Edges: 378
  8. Testing graph with 40 vertices and 773 edges. Took 14 milliseconds. 20-clique Found. Clique size: 34 Verified
  9. Vertices: 34 Edges: 561
  10. Testing graph with 50 vertices and 1216 edges. Took 12 milliseconds. 25-clique Found. Clique size: 43 Verified
  11. Vertices: 43 Edges: 903
  12. Testing graph with 60 vertices and 1758 edges. Took 34 milliseconds. 30-clique Found. Clique size: 50 Verified
  13. Vertices: 50 Edges: 1225
  14. Testing graph with 70 vertices and 2401 edges. Took 39 milliseconds. 35-clique Found. Clique size: 58 Verified
  15. Vertices: 58 Edges: 1653
  16. Testing graph with 80 vertices and 3140 edges. Took 100 milliseconds. 40-clique Found. Clique size: 62 Verified
  17. Vertices: 62 Edges: 1891
  18. Testing graph with 90 vertices and 3965 edges. Took 138 milliseconds. 45-clique Found. Clique size: 64 Verified
  19. Vertices: 64 Edges: 2016
  20. Testing graph with 100 vertices and 4912 edges. Took 145 milliseconds. 50-clique Found. Clique size: 67 Verified
  21. Vertices: 67 Edges: 2211
  22. Testing graph with 110 vertices and 5951 edges. Took 289 milliseconds. 55-clique Found. Clique size: 78 Verified
  23. Vertices: 78 Edges: 3003
  24. Testing graph with 120 vertices and 7077 edges. Took 472 milliseconds. 60-clique Found. Clique size: 73 Verified
  25. Vertices: 73 Edges: 2628
  26. Testing graph with 130 vertices and 8336 edges. Took 564 milliseconds. 65-clique Found. Clique size: 92 Verified
  27. Vertices: 92 Edges: 4186
  28. Testing graph with 140 vertices and 9652 edges. Took 819 milliseconds. 70-clique Found. Clique size: 83 Verified
  29. Vertices: 83 Edges: 3403
  30. Testing graph with 150 vertices and 11104 edges. Took 775 milliseconds. 75-clique Found. Clique size: 97 Verified
  31. Vertices: 97 Edges: 4656
  32. Testing graph with 160 vertices and 12629 edges. Took 1098 milliseconds. 80-clique Found. Clique size: 101 Verified
  33. Vertices: 101 Edges: 5050
  34. Testing graph with 170 vertices and 14270 edges. Took 1596 milliseconds. 85-clique Found. Clique size: 105 Verified
  35. Vertices: 105 Edges: 5460
  36. Testing graph with 180 vertices and 15979 edges. Took 2108 milliseconds. 90-clique Not Found Verified
  37. Vertices: 0 Edges: 0
  38. Testing graph with 190 vertices and 17820 edges. Took 2515 milliseconds. 95-clique Found. Clique size: 104 Verified
  39. Vertices: 104 Edges: 5356
  40. Testing graph with 200 vertices and 19753 edges. Took 2723 milliseconds. 100-clique Found. Clique size: 111 Verified
  41. Vertices: 111 Edges: 6105
  42. Testing graph with 210 vertices and 21808 edges. Took 3756 milliseconds. 105-clique Found. Clique size: 119 Verified
  43. Vertices: 119 Edges: 7021
  44. Testing graph with 220 vertices and 23914 edges. Took 4083 milliseconds. 110-clique Found. Clique size: 113 Verified
  45. Vertices: 113 Edges: 6328
  46. Testing graph with 230 vertices and 26135 edges. Took 5386 milliseconds. 115-clique Not Found Verified
  47. Vertices: 0 Edges: 0
  48. Testing graph with 240 vertices and 28433 edges. Took 5818 milliseconds. 120-clique Not Found Verified
  49. Vertices: 0 Edges: 0
  50. Testing graph with 250 vertices and 30881 edges. Took 7555 milliseconds. 125-clique Not Found Verified
  51. Vertices: 0 Edges: 0
  52. Testing graph with 260 vertices and 33435 edges. Took 8549 milliseconds. 130-clique Not Found Verified
  53. Vertices: 0 Edges: 0
  54. Testing graph with 270 vertices and 36057 edges. Took 9771 milliseconds. 135-clique Not Found Verified
  55. Vertices: 0 Edges: 0
  56. Testing graph with 280 vertices and 38779 edges. Took 11870 milliseconds. 140-clique Not Found Verified
  57. Vertices: 0 Edges: 0
  58. Testing graph with 290 vertices and 41583 edges. Took 13756 milliseconds. 145-clique Not Found Verified
  59. Vertices: 0 Edges: 0
  60. Testing graph with 300 vertices and 44520 edges. Took 16277 milliseconds. 150-clique Not Found Verified
  61. Vertices: 0 Edges: 0
  62. Complete
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement