HandleEvent Method

Fabrica Bolos GLPK

Collapse imageExpand ImageCopy imageCopyHover image

[Missing <summary> documentation for "M:Optimization.Solver.Gurobi46.GurobiSolver.HandleEvent(Optimization.Solver.Events.NewIncumbentFound)"]

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

Syntax

C#
public void HandleEvent(
	NewIncumbentFound solverEvent
)
Visual Basic
Public Sub HandleEvent ( _
	solverEvent As NewIncumbentFound _
)
Visual C++
public:
virtual void HandleEvent(
	NewIncumbentFound^ solverEvent
) sealed

Parameters

solverEvent
Type: Optimization.Solver.Events..::..NewIncumbentFound

[Missing <param name="solverEvent"/> documentation for "M:Optimization.Solver.Gurobi46.GurobiSolver.HandleEvent(Optimization.Solver.Events.NewIncumbentFound)"]

Implements

ICanHandleSolverEventOfType<(Of <(<'T>)>)>..::..HandleEvent(T)

See Also