Algorithms¶
In namespace graphs
:
g
Depth First Search
——————
#include<hysj/graphs/depth_first_search.hpp>
Builtin¶
#include<hysj/graphs/builtin/depth_first_search.hpp>
Depth First Order¶
Builtin¶
#include<hysj/graphs/builtin/depth_first_order.hpp>
Connected Components¶
Builtin¶
#include<hysj/graphs/builtin/connected_components.hpp>
Dulmage Mendlesohn Decomposition¶
Builtin¶
#include<hysj/graphs/builtin/dulmage_mendelsohn_decomposition.hpp>
Pantelides¶
Builtin¶
#include<hysj/graphs/builtin/pantelides.hpp>
Strongly Connected Components¶
Builtin¶
#include<hysj/graphs/builtin/strongly_connected_components.hpp>