FindSolutionsProgress typedef

FindSolutionsProgress = void Function(int progress)

Callback type for Solver to report its progress searching for solutions. progress is expected to be an integer between 0 and 100.

Implementation

typedef FindSolutionsProgress = void Function(int progress);