Skip to main content

solve_boards

Function solve_boards 

Source
pub fn solve_boards(args: &[Objective]) -> Vec<FoundPlays>
Expand description

Solve a slice of boards in parallel

Hands the whole batch to the dds-bridge-sys batched FFI; each worker owns one SolverContext and pulls work via an atomic counter, with mode = 0 matching Solver::solve_board.

§Panics

Not expected — panics here are bugs. See the module-level panic policy.