GaitGeneration by Graph Search
読み取り中…
検索中…
一致する文字列を見つけられません
DesignLab
graph_search_const.cpp
[詳解]
1
3
4
// Copyright(c) 2023-2025 Design Engineering Laboratory, Saitama University
5
// Released under the MIT license
6
// https://opensource.org/licenses/mit-license.php
7
8
#include "
graph_search_const.h
"
9
10
11
namespace
designlab
12
{
13
const
int
GraphSearchConst::kMaxDepth
= 5;
14
15
}
// namespace designlab
designlab::GraphSearchConst::kMaxDepth
static const int kMaxDepth
グラフ探索の最大深さ.
Definition
graph_search_const.h:29
graph_search_const.h
designlab
Definition
abstract_dxlib_gui.cpp:18
構築:
1.9.8