innerSolverDecorator

val innerSolverDecorator: (solver: Solver, memberIndex: Int) -> Unit?(source)

Parameters

innerSolverDecorator

invoked with the freshly created solver and the member index, before the solver runs, on the member's worker thread. This is the attachment hook for per-member trackers and other instrumentation; anything it touches must be safe to use from worker threads.