(having no background in c++), how heavy of a lift would it be to implement a non-verbose option for suppressing FILE_LOG output? For an example, here in src/graphalg.Graphalg. While surely not critical, it would be nice to be able to suppress those prints if desired, à la:
Generating contraction hierarchies with 16 threads.
Setting CH node vector of size 3293
Setting CH edge vector of size 8672
Range graph removed 7322 edges of 17344
. 10% . 20% . 30% . 40% . 50% . 60% . 70% . 80% . 90% . 100%
cc @knaaptime
(having no background in c++), how heavy of a lift would it be to implement a non-verbose option for suppressing
FILE_LOGoutput? For an example, here insrc/graphalg.Graphalg. While surely not critical, it would be nice to be able to suppress those prints if desired, à la:cc @knaaptime