alpar@430: /// @defgroup datas Data Structures alpar@430: /// This group describes the several graph structures implemented in HugoLib. alpar@430: alpar@430: /// @defgroup graphs Graph Structures alpar@430: /// @ingroup datas alpar@430: /// This group describes the graph structures implemented in HugoLib. alpar@430: alpar@430: /// @defgroup auxdat Auxiliary Data Structures alpar@430: /// @ingroup datas alpar@430: /// This group describes the data structures implemented in HugoLib in alpar@430: /// order to make it easier to implement combinatorial algorithms. alpar@430: alpar@430: /// @defgroup gwrappers Wrapper Classes for Graphs alpar@430: /// @ingroup graphs alpar@430: /// This group contains several wrapper classes for graphs alpar@430: alpar@430: /// @defgroup galgs Graph Algorithms alpar@430: /// This group describes the several graph algorithms implemented in HugoLib. alpar@430: alpar@430: /// @defgroup misc Miscellaneous Tools alpar@424: /// Here you can find several useful tools for development, alpar@424: /// debugging and testing. alpar@406: alpar@430: /// @defgroup experimental Experimental Structures and Algorithms klao@416: /// This group contains some Experimental structures and algorithms. klao@492: /// The stuff here is subject to change. alpar@406: alpar@424: alpar@424: /// \ingroup misc experimental alpar@424: namespace hugo { }