880a563cf3
Summary: A cool new graph generator. It's really cool! It is currently being used for generating the Ravelin graph with the following config: ``` { "indexes": ["Node.id"], "nodes": [ { "count": 40000000, "labels": ["Node"], "properties": { "id" : {"type": "counter", "param" : "Node.id"}, "fradulent" : {"type" : "bernoulli", "param" : 0.0005} } } ], "edges": [ { "count": 80000000, "from": "Node", "to": "Node", "type": "Edge" } ] } ``` Reviewers: buda, mislav.bradac Reviewed By: mislav.bradac Subscribers: pullbot Differential Revision: https://phabricator.memgraph.io/D872 |
||
---|---|---|
.. | ||
antlr_parser.cpp | ||
antlr_sigsegv.cpp | ||
antlr_tree_pretty_print.cpp | ||
binomial.cpp | ||
bolt_client.cpp | ||
CMakeLists.txt | ||
console_test.cpp | ||
endinan.cpp | ||
generate_snapshot.cpp | ||
query_hash.cpp | ||
query_planner.cpp | ||
sl_position_and_count.cpp | ||
stripped_timing.cpp | ||
test_antlr_sigsegv | ||
xorshift.cpp |