arlib
arlib copied to clipboard
C++ Alternative Routing Library for Boost.Graph. A configurable, efficient, plug-n-play solution for alternative route planning and k-shortest paths problems.
Results
1
arlib issues
Sort by
recently updated
recently updated
newest added
Within `arlib/external/catch/catch.hpp` is used the `SIGSTKSZ` constant but now it causes problems with compilation. I tried to fix it via `pthread_attr_getstacksize` and making the allocation dynamic. Nevertheless it does not...