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

Function solve_modern

examples/migration_example.cpp:27–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25}
26
27void solve_modern(const Deal& deal)
28{
29 SolverConfig cfg;
30 cfg.tt_kind_ = TTKind::Large;
31 cfg.tt_mem_default_mb_ = 2000;
32 cfg.tt_mem_maximum_mb_ = 2000;
33
34 SolverContext ctx(cfg);
35
36 FutureTricks fut;
37 int res = solve_board(ctx, deal, -1, 3, 0, &fut);
38 (void)res;
39}
40
41auto main() -> int
42{

Callers 1

mainFunction · 0.85

Calls 1

solve_boardFunction · 0.85

Tested by

no test coverage detected