8#ifndef DESIGNLAB_GRAPH_SEARCH_CONST_H_
9#define DESIGNLAB_GRAPH_SEARCH_CONST_H_
グラフ探索の定数をまとめたクラス. 先行研究のマクロをまとめたもの.
GraphSearchConst(const GraphSearchConst &)=default
static const int kMaxDepth
グラフ探索の最大深さ.
GraphSearchConst()=default
GraphSearchConst(GraphSearchConst &&)=default
GraphSearchConst & operator=(const GraphSearchConst &)=default