pub unsafe fn solve_board_segment(
args: &[(Board, Target)],
) -> Result<solvedBoards, Error>Expand description
Solve boards with a single call of sys::SolveAllBoardsBin
args: A slice of boards and their targets to solve
§Safety
args.len() must not exceed sys::MAXNOOFBOARDS.
§Errors
A SystemError propagated from DDS or a std::sync::PoisonError