Changes between Initial Version and Version 1 of Ticket #13808, comment 11
- Timestamp:
- 12/18/12 11:01:09 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #13808, comment 11
initial v1 4 4 > Do you mean that in some situation regular int were not enough ? I really wonder where `O_O;;;` 5 5 6 On some computers, unsigned long int are on 32 bits. When you count the number of visited 4-tuples, you can exceed 2^32-1. It happens when working on biconnected graphs with more than 20000 vertices (kind of graphs I'm currently considering).6 On some computers, unsigned long int are on 32 bits. When you count the number of visited 4-tuples, you can exceed {{{2^32-1}}}. It happens when working on biconnected graphs with more than 20000 vertices (kind of graphs I'm currently considering). 7 7 8 8