indexed_list_as_graph.hpp
来自「图论必用」· HPP 代码 · 共 16 行
HPP
16 行
#ifndef YASMIC_INDEXED_LIST_AS_GRAPH
#define YASMIC_INDEXED_LIST_AS_GRAPH
/**
* @file indexed_list_as_graph.hpp
* Provide the necessary types to view an IndexedList as an EdgeListGraph
* for use with the Boost graph library.
*
* We also provide very inefficient routines to access the vertices and
* edges; but don't use these.
*/
#endif //YASMIC_INDEXED_LIST_AS_GRAPH
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?