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

Function SolveBoard

library/src/solver_context_adapter.cpp:17–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15}
16
17auto SolveBoard(
18 SolverContext& ctx,
19 const Deal& dl,
20 int target,
21 int solutions,
22 int mode,
23 FutureTricks* futp) -> int
24{
25 return solve_board(ctx, dl, target, solutions, mode, futp);
26}

Callers

nothing calls this directly

Calls 1

solve_boardFunction · 0.85

Tested by

no test coverage detected