public static interface IMemoryBoundedSolver.IMemoryBoundedSolverStatusNotification
| 限定符和类型 | 方法和说明 |
|---|---|
void |
notifySolverStarted(IMemoryBoundedSolver solver)
Method that is called when the solver has received its first task
|
void |
notifySolverTerminated(IMemoryBoundedSolver solver)
Method that is called when the solver has finished its last task
|
void notifySolverStarted(IMemoryBoundedSolver solver)
solver - The solver that sends the notificationvoid notifySolverTerminated(IMemoryBoundedSolver solver)
Copyright © 2022 Fraunhofer SIT. All rights reserved.