Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dds-bridge/dds
/ nodes
Method
nodes
library/src/solver_context/solver_context.cpp:81–84 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
79
}
80
81
auto SolverContext::SearchContext::nodes() -> int&
82
{
83
return thr_->nodes;
84
}
85
86
auto SolverContext::SearchContext::nodes() const -> const int&
87
{
Callers
9
solve_board_internal
Function · 0.80
solve_same_board
Function · 0.80
analyse_later_board
Function · 0.80
DumpTopLevel
Function · 0.80
ab_search
Function · 0.80
ab_search_0_ctx
Function · 0.80
ab_search_1_ctx
Function · 0.80
ab_search_2_ctx
Function · 0.80
ab_search_3_ctx
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected