Skip to content

Commit b982022

Browse files
committed
fix document of chokudai_search
1 parent 3e356cf commit b982022

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

docs/marathon/chokudai_search.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
title: chokudai サーチ
3+
documentation_of: ./marathon/chokudai_search.cpp
4+
---
5+
16
- `add_next_states` で状態遷移を定義する
27
- 状態およびそのターン数が与えられるので、次の状態およびそのターン数を決定し、 `register_state` を使って状態を登録
38
- メモリ制約に引っかからないように、各ターンで持つ状態数に上限を設けることが可能

marathon/chokudai_search.cpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
/**
2-
* @brief chokudai サーチ
3-
* @docs docs/marathon/chokudai_search.md
4-
*/
5-
61
#include "interval_heap.cpp"
72

83
template <class State, class Timer>

0 commit comments

Comments
 (0)