Roman Cattaneo
Roman Cattaneo
Suppose a CMake project with multiple libraries, sometimes depending on each other, and multiple executable linking to these libraries. To be concrete, suppose `libA` depending on `libD`. The `CMakeLists.txt` of...
The current implementation of `extractTwoPaths` will find two-paths based on self loops, ie `'a' -> 'b' -> 'b' or 'a' -> 'a' -> 'b' or 'a' -> 'a' -> 'a'`...
docstring and parameter description for `weightedKcore()` are still missing
search and replace `FiedlerVector(` with `FiedlerVectorDense(` in the demo [1](https://github.com/IngoScholtes/pyTempNetDemo/blob/master/pyTempNetDemo.py) file to use the dense version of Fiedler vector calculation.
## Description Attempt to fix the monthly verilator compatibility tests. [This overview](https://github.com/spcl/dace/actions/workflows/verilator_compatibility.yml) shows that they were failing for the last year. Do we still care about these tests or should...