Click or drag to resize

ISolverStatusReceiverMessageFromSolver Method

The Solver will intermittently call this method via its SolverStatusReceiver property.

Namespace:  VRSolver
Assembly:  VRSolver (in VRSolver.dll) Version: 1.13.0.0
Syntax
void MessageFromSolver(
	string message,
	Solution bestSolution,
	Solution currentSolution
)

Parameters

message
Type: SystemString
A message containing information about the solver's status (See VRSolverDesktop for an example).
bestSolution
Type: VRSolverSolution
The best known solution so far.
currentSolution
Type: VRSolverSolution
The solution in the solver's current iteration.
Remarks
It is recommended to keep this method fast (or run it on another thread) because the solver will be waiting while this method is executing.
See Also

www.routingautomation.com | support