forked from mirror/toddcox-faster
add walk to path
This commit is contained in:
@@ -12,7 +12,7 @@ namespace tc {
|
||||
path.resize(path.size() + 1);
|
||||
}
|
||||
|
||||
const Action Path::get(int to_idx) const {
|
||||
Action Path::get(int to_idx) const {
|
||||
return path[to_idx];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user