We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e356cf commit b982022Copy full SHA for b982022
docs/marathon/chokudai_search.md
@@ -1,3 +1,8 @@
1
+---
2
+title: chokudai サーチ
3
+documentation_of: ./marathon/chokudai_search.cpp
4
5
+
6
- `add_next_states` で状態遷移を定義する
7
- 状態およびそのターン数が与えられるので、次の状態およびそのターン数を決定し、 `register_state` を使って状態を登録
8
- メモリ制約に引っかからないように、各ターンで持つ状態数に上限を設けることが可能
marathon/chokudai_search.cpp
@@ -1,8 +1,3 @@
-/**
- * @brief chokudai サーチ
- * @docs docs/marathon/chokudai_search.md
- */
-
#include "interval_heap.cpp"
template <class State, class Timer>
0 commit comments