Callback: Boolean solver.OnSolve(IUserSolver entity, Func<Int32, String, Boolean> progressFunction)

Callback that is invoked when the solve process is run.

Parameters

  • entity
    The solver object.
  • progressFunction
    Type: Func<Int32, String, Boolean>
    A progress function.

Return Value

Type: Boolean
Returns true if the solve succeeded; false otherwise.