https://github.com/kit-parco/networkit

sort by:
Revision Author Date Message Commit Date
87c727f close branch 04 November 2015, 20:26:47 UTC
0d86a29 cleared SCD branch 06 June 2014, 09:40:30 UTC
0a6abe6 fixed warnings in GCE 15 May 2014, 15:15:12 UTC
5e65fe3 fixed typo in M formula 15 May 2014, 15:14:16 UTC
237663f GCE update 15 May 2014, 14:57:22 UTC
4f5cad8 GCE-M runs 15 May 2014, 11:41:22 UTC
1e1b806 fixex performance bug in SelSCAN 15 May 2014, 09:32:44 UTC
6076b3c merge with Dev 15 May 2014, 08:52:23 UTC
f77f549 set intersection with bit arrays 14 May 2014, 16:33:56 UTC
77e66c8 set intersection with bit arrays 14 May 2014, 16:28:26 UTC
b67f84b merge 14 May 2014, 15:38:13 UTC
db41b3e merge 14 May 2014, 15:37:12 UTC
809ee8f fixed scd script 14 May 2014, 15:27:05 UTC
c45b354 fixed SelSCAN 14 May 2014, 15:26:31 UTC
44b02e7 Refactor the GraphReaders: * Remove IDE-generated dtor-stubs: unneeded since they will be generated anyways * Replace IDE-generated default-ctor-stubs with '=default' in classes * Delete GraphReader.cpp: Contained nothing after above changes * Delete METISGraphReader::readToHeap: Unneeded since the baseclass offers read_() which does exactly the same but without tons of code-duplication (also it was unused) 14 May 2014, 15:15:07 UTC
91e83e5 merge 14 May 2014, 10:38:34 UTC
69eb273 parameter study selSCAN 14 May 2014, 10:24:34 UTC
06780a0 refactored SCD algorithms 14 May 2014, 10:22:56 UTC
2d2a250 fixed bug in SelSCAN 14 May 2014, 10:13:35 UTC
d66cc6e experiments script 13 May 2014, 16:04:04 UTC
cb056d6 scd_experiments 13 May 2014, 12:00:48 UTC
4052ce9 remove unused header Functions.h 12 May 2014, 23:56:14 UTC
b0656df replace call-by-value with call-by-ref in lambda 12 May 2014, 22:02:51 UTC
9b957ee Add Tests for Aux::Random::index() and Aux::StringTools::split() 12 May 2014, 20:56:15 UTC
ab5a0a4 rewrite StringTools. The new algorithm appears to be much faster. 12 May 2014, 20:55:33 UTC
cc54445 parameter study script runs 12 May 2014, 14:04:53 UTC
ef91264 parameter study 09 May 2014, 16:13:14 UTC
513cfa9 fixed compiler error, working on script 09 May 2014, 12:18:31 UTC
1cab724 removed obsolete classes 09 May 2014, 11:47:43 UTC
9c700ca TRACE in SelCD 09 May 2014, 11:46:34 UTC
af7e74d merge with Dev! 09 May 2014, 10:18:44 UTC
5daca79 selSCAN 09 May 2014, 10:05:20 UTC
7f134d1 pythonized EdgeListPartitionReader 09 May 2014, 09:45:18 UTC
0a34fe4 refactored Clustering IO classes to Partition 09 May 2014, 08:59:03 UTC
1b1d5b4 merge 09 May 2014, 08:25:58 UTC
862a7c9 changed GraphML reader to use SAX instead of DOM 09 May 2014, 08:25:13 UTC
92bdb2f scd_experiments script 08 May 2014, 18:01:57 UTC
0ecddbb pythonized SelSCAN 08 May 2014, 14:47:15 UTC
7719a86 selSCAN with distances 08 May 2014, 11:14:57 UTC
433158a prototypes of GCE and SelSCAN 07 May 2014, 14:47:46 UTC
f59fba2 replace manual memory-managment with std::unique_ptr This fixes a ressource-leak that would occur in case of exceptions 07 May 2014, 14:28:54 UTC
2540c49 fix of error in ApproxBetweenness 07 May 2014, 09:40:52 UTC
361c068 unit test (tryApproxBetweennessOnRealGraph) on PB data set 07 May 2014, 08:59:07 UTC
96ff524 fixed merged conflict introduced in previous commit 07 May 2014, 07:48:53 UTC
e469895 merge default 06 May 2014, 15:23:40 UTC
f2df87f Readme: no more eclipse support 06 May 2014, 15:23:26 UTC
1691254 FIXME in ApproxBetweenness 06 May 2014, 15:16:17 UTC
75476a4 merge 06 May 2014, 13:42:48 UTC
720c8fe updated Readme 06 May 2014, 13:42:31 UTC
6098a82 merge 06 May 2014, 13:39:26 UTC
141b8b1 ApproxBetweenness: fixed error in number of samples formula 06 May 2014, 13:26:46 UTC
f20f724 fixed bug in GraphMLParser when writing GraphMLFiles 06 May 2014, 12:05:15 UTC
994c138 GraphMLParser now supports edge weights as attributes when writing files 06 May 2014, 11:57:07 UTC
1c84a29 GraphMLParser can now parse edgeweights and add edgeweights properly 06 May 2014, 11:36:32 UTC
68797ce fixed write function for GraphMLParser 06 May 2014, 08:13:16 UTC
c1b2292 added python based GraphML reader and writer 06 May 2014, 08:03:03 UTC
9b9d493 pythonized setName function for Graph class 06 May 2014, 08:02:00 UTC
2555212 debugging CC 05 May 2014, 17:23:06 UTC
1bd1f79 debugging approx. CC 05 May 2014, 17:06:37 UTC
11dfeb1 conversion from networkx.Graph to NetworKit.Graph can now handle arbitrary objects as nodes 05 May 2014, 17:02:06 UTC
8d785dd TODO Betweenness 05 May 2014, 16:16:28 UTC
0860d1f imported SCD files 05 May 2014, 09:51:49 UTC
dbc7273 imported SelectiveSCAN 01 May 2014, 14:16:14 UTC
a4134cb imported SelectiveSCAN 01 May 2014, 14:14:23 UTC
5d73805 imported SelectiveSCAN 01 May 2014, 14:13:27 UTC
dd5b85a refactored and pythonized PageRankNibble 30 April 2014, 15:25:46 UTC
fa6e3f0 pythonized DummySCD 30 April 2014, 15:03:35 UTC
84a73f6 prototype for SCD base class 30 April 2014, 14:25:17 UTC
3565b87 merge Dev->default for critical bug fix 28 April 2014, 08:49:35 UTC
1b2d06d Enable default-construction of Graph in python. This fixes a segfault that occurs after using a default constructed Graph. 26 April 2014, 16:16:41 UTC
6dd68a8 Added tag 3.1 for changeset b4e3d25811d9 25 April 2014, 17:08:18 UTC
0909606 merge Dev into default for release 3.1 25 April 2014, 17:04:41 UTC
89ca066 merge 25 April 2014, 17:01:21 UTC
2194c93 ApproxBetweenness in UserGuide 25 April 2014, 17:01:01 UTC
43b59fb EPS output: interface improved 25 April 2014, 14:35:48 UTC
b678a53 EPS output fixed 25 April 2014, 14:07:11 UTC
1f3e73f EPS output fixed 25 April 2014, 14:05:20 UTC
6340669 fixed issues in postscript output; now have to make it work in a more generic fashion 25 April 2014, 09:52:06 UTC
8fbc4a6 updated pdf of DevGuide 25 April 2014, 03:25:06 UTC
d243ea9 updated and checked UserGuide notebook 25 April 2014, 03:20:28 UTC
8feb531 merged new FastMETISGraphReader in Dev branch 25 April 2014, 03:04:31 UTC
a6314ef refactored new METIS parser to FastMETISGraphReader 25 April 2014, 02:40:53 UTC
a27e85d removed experimental fast METIS graph reader 25 April 2014, 02:08:12 UTC
0a55ff1 made METIS parser more robust 25 April 2014, 01:59:21 UTC
58872a8 silence warnings 24 April 2014, 13:11:20 UTC
13de0a3 comment implementation of non-implemented methods to create linker error upon use and silence warnings 24 April 2014, 13:00:07 UTC
ef8ded0 make Graph final non virtual 24 April 2014, 12:53:29 UTC
26bbffd remove unused macro that should have been a constant had it been used 24 April 2014, 12:48:58 UTC
07a0199 fixed typo and adjusted paths for iti network 23 April 2014, 08:20:32 UTC
bb9845a fixed bug when parsing METIS header 22 April 2014, 16:28:39 UTC
59b5cb2 minor optimizations to helper functions 22 April 2014, 09:55:36 UTC
d02a5d0 metis parser with strtod and strtoul functions 20 April 2014, 23:08:00 UTC
06cbc5a merge 20 April 2014, 12:42:55 UTC
bf6f860 new version of METIS Parser for double weights 20 April 2014, 12:39:38 UTC
f8d04d5 graphio.readMat - rudimentary MATLAB adjacency matrix import 19 April 2014, 16:48:32 UTC
e6ef5fc added scripts/FacebookParser 19 April 2014, 15:54:15 UTC
dbe1fb3 updated credits 17 April 2014, 12:47:03 UTC
2fa449a Merge 17 April 2014, 11:54:58 UTC
acd68fb Diameter.estimatedVertexDiameterPedantic 17 April 2014, 11:54:42 UTC
d77fa61 fixed bug in METIS reader for double weights 17 April 2014, 10:10:59 UTC
back to top