Dennis Luxen
|
7c06726a35
|
Fix formatting
|
2022-12-20 18:00:11 +01:00 |
|
Dennis Luxen
|
a4aa153ba4
|
Use nested namespace
It's a mechanical change to modernize the code base
|
2022-12-11 10:17:17 +01:00 |
|
Daniel Patterson
|
50d9632ed7
|
Upgrade formatting to clang-format 10 (#5895)
* Update formatting tools to clang-format-10
* Reformat using clang-format-10.0.09
|
2020-11-26 07:21:39 -08:00 |
|
Patrick Niklaus
|
168e313f73
|
Correctly mark edges going to/from core with exclude flags
|
2018-01-11 12:46:49 +00:00 |
|
Patrick Niklaus
|
ccfbce5300
|
Remove superflous sentinel in DynamicGraph, fixes #4738
|
2017-12-18 10:23:29 +00:00 |
|
Denis Koronchik
|
553310fb31
|
Fix gcc5 compilation error
|
2017-10-17 14:51:39 +01:00 |
|
Patrick Niklaus
|
90b3be8d10
|
Fix formating
|
2017-10-16 13:40:02 +01:00 |
|
Patrick Niklaus
|
9b87b8b7b1
|
Replace deallocation vector with std::vector and different merge algorithm
|
2017-10-16 13:40:02 +01:00 |
|
Patrick Niklaus
|
61c430c098
|
Implement exclude flags on CH using shared core
The core is fully contracted for each exclude flag
and stored in a merged graph data structure.
|
2017-09-01 21:26:00 +02:00 |
|