0
I Use This!
Inactive

Commits : Listings

Analyzed 2 days ago. based on code collected 2 days ago.
Mar 17, 2025 — Mar 17, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Some debug improvements More... almost 15 years ago
Added correct partition from RandCompNet & bugfix More... over 15 years ago
Major Partition update. More... over 15 years ago
Added NetworkPartition class More... over 15 years ago
Added gmlread python script More... over 15 years ago
Added InfoCom clustering/partition algorithm More... over 15 years ago
Added subgraph tool to look at subgraphs More... over 15 years ago
Made comgraph use NamedNodeFactory More... over 15 years ago
Bugfix for optionparser.h More... over 15 years ago
Bugfix in WeightedNetworkFactory More... over 15 years ago
Fixed a race condition in generating netmodeler.h More... almost 17 years ago
Fixed some compilation problems due to a newer version of GCC More... almost 17 years ago
Fixed a bug in StlIterator. It has been removed, used ContainerIterator instead. the version of GCC in ubuntu 8.04 exposed (I guess) a bug in the old StlIterator code. ContainerIterator is cleaner anyway, so I just changed the code to use that. More... almost 18 years ago
Merged with Taewoong More... about 18 years ago
Added event.h, a simple event system to deal with time. * See test/eventtest.cpp for a non-trivial example of using the time-based event system More... about 18 years ago
guessTestwMa.cpp is for numerically evaluating hit rate with multiple alpha's More... about 18 years ago
DeetooNetwork::guessNetSizeLog() is now using logN neighbors for estimating network size. More... about 18 years ago
test for mismatch between guessNetAnal and d2test results More... about 18 years ago
Used 'typedef' for address space definition(32bits or 64bits), currently hit rates mismatch between them. More... about 18 years ago
optimized guessNetAnal.cpp, add diagonal network creation in deetoonetwork. More... about 18 years ago
add test file 'guessNetAnal' for net size estimation analysis. More... about 18 years ago
jouranl paper version More... over 18 years ago
Estimate network size. More... almost 19 years ago
For network reliablility test, each edge fails with prob p. More... almost 19 years ago
fixed error in calculating cqsize(\alpha->\sqrt{\alpha}). More... almost 19 years ago
Fixed (deetoo)network crashes with small number of nodes by letting go only forward, fixed ranges of deetoonetwork(rg_start=rg_end). More... almost 19 years ago
Some minor clean ups in network. More... almost 19 years ago
Fixed a memory bug found with Valgrind More... almost 19 years ago
Changed the hash function a little, doesn't seem to help. More... almost 19 years ago
Optimizations (removed some copies replaced with references in DeetooNetwork) More... almost 19 years ago