.. _global: .. index:: pair: namespace; global API documentation ================= .. toctree:: :hidden: namespace_BRKGA.rst group_main_algorithms.rst group_brkga_control_params.rst group_algorithm_status.rst group_distance_functions.rst group_utility_functions.rst group_chrono_helpers.rst group_enum_io_templates.rst group_compiler_directives.rst Overview ~~~~~~~~ All BRKGA-MP-IPR algorithms and facilities are within namespace ``:ref:`BRKGA```. Some helper are in the general scope, such general streaming operator and enumaratio manipulation. .. ref-code-block:: cpp :class: doxyrest-overview-code-block // namespaces namespace :ref:`BRKGA`; namespace :ref:`BRKGA::PathRelinking`; // classes template class :ref:`EnumIO`; // global functions template INLINE std::istream& :ref:`operator >>` ( std::istream& is, durantion_t& duration ); INLINE std::ostream& :ref:`operator <<` ( std::ostream& os, const std::chrono::duration& dur ); template std::ostream& :ref:`operator <<` ( std::ostream& os, const std::tuple& tp ); static std::string :target:`toUpper`(const std::string& input); template T :target:`toEnum`(const std::string& s); template std::ostream& :target:`operator <<` ( std::ostream& os, const T& t ); template std::istream& :target:`operator >>` ( std::istream& is, T& t ); // macros #define :ref:`BRKGA_MULTIPLE_INCLUSIONS` #define :ref:`MATING_FULL_SPEED` #define :ref:`MATING_SEED_ONLY` #define :ref:`MATING_SEQUENTIAL`