MCPcopy 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
81auto SolverContext::SearchContext::nodes() -> int&
82{
83 return thr_->nodes;
84}
85
86auto SolverContext::SearchContext::nodes() const -> const int&
87{

Callers 9

solve_board_internalFunction · 0.80
solve_same_boardFunction · 0.80
analyse_later_boardFunction · 0.80
DumpTopLevelFunction · 0.80
ab_searchFunction · 0.80
ab_search_0_ctxFunction · 0.80
ab_search_1_ctxFunction · 0.80
ab_search_2_ctxFunction · 0.80
ab_search_3_ctxFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected