HandleEvent Method

Fabrica Bolos GLPK

Collapse imageExpand ImageCopy imageCopyHover image
Handles the event. This can for example be an event that is fired whenever a NewIncombent was found during the solution process.

Namespace: Optimization.Solver.Interfaces
Assembly: Optimization.Framework (in Optimization.Framework.dll) Version: 0.3.1036.0

Syntax

C#
void HandleEvent(
	T solverEvent
)
Visual Basic
Sub HandleEvent ( _
	solverEvent As T _
)
Visual C++
void HandleEvent(
	T solverEvent
)

Parameters

solverEvent
Type: T
The solver event.

See Also