pub fn solve_board(board: Board, target: Target) -> Result<FoundPlays, Error>Expand description
Solve a single board with sys::SolveBoard
board: The board to solvetarget: The target tricks and number of solutions to find
ยงErrors
A SystemError propagated from DDS or a std::sync::PoisonError