MCPcopy Create free account
hub / github.com/dds-bridge/dds / reinit

Method reinit

library/src/solver_context/solver_context.cpp:438–443  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

436}
437
438auto SolverContext::MoveGenContext::reinit(
439 const int tricks,
440 const int leadHand) -> void
441{
442 thr_->moves.Reinit(tricks, leadHand);
443}
444
445auto SolverContext::MoveGenContext::init(
446 const int tricks,

Callers 1

solve_same_boardFunction · 0.80

Calls 1

ReinitMethod · 0.80

Tested by

no test coverage detected