solve_board

Function solve_board 

Source
pub fn solve_board(board: Board, target: Target) -> Result<FoundPlays, Error>
Expand description

Solve a single board with sys::SolveBoard

  • board: The board to solve
  • target: The target tricks and number of solutions to find

ยงErrors

A SystemError propagated from DDS or a std::sync::PoisonError