Utilities Namespace ============= This namespace contains utility classes that are used throughout the library. The `statistics` class keeps track of the important statistics of the reconciliation process. The `print` class provides functions to print the statistics to the console. ++++++++++++++++++++++++++++ Classes ++++++++++++++++++++++++++++ .. doxygenclass:: utilities::statistics :members: :protected-members: :private-members: .. doxygenclass:: utilities::print :members: :protected-members: :private-members: