Manuel Penschuck
Manuel Penschuck
Insertion-related functions in the LoserTrees expect a pointer to the the key `keyp` to be inserted and a `sep` flag marking it as a supremum. Iff it's a supremum, the...
The indention configured in uncrustify makes usage of lambdas (especially as function parameters) impractical. ``` auto local_queue_at_max_size = [&]() { return foo; }; ``` Where the following solution would be...
Thank you for this great tool! We used it in an algorithm engineering paper to generate benchmark data (though only the graph extraction without the simplification since we needed a...
In the still pending PR for NetworKit I decided to copy the code to modify it slightly. However, actually not many changes are necessary: 1.) I need to be able...