pgrouting
pgrouting copied to clipboard
Use bool instead of enum on graph types
pgr_base_graph.hpp
has a lot of unused code
First step before cleaning up
- get rid of the enumeration and use
bool
instead
@pgRouting/admins