SimplexSolverParams.NotifyStartSolve Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Defines the callback function called before a solver starts.

Namespace:  Microsoft.SolverFoundation.Solvers
Assembly:  Microsoft.Solver.Foundation (in Microsoft.Solver.Foundation.dll)

Syntax

'Declaration
Public Overridable Function NotifyStartSolve ( _
    threadIndex As Integer _
) As Boolean
public virtual bool NotifyStartSolve(
    int threadIndex
)
public:
virtual bool NotifyStartSolve(
    int threadIndex
)
abstract NotifyStartSolve : 
        threadIndex:int -> bool 
override NotifyStartSolve : 
        threadIndex:int -> bool 
public function NotifyStartSolve(
    threadIndex : int
) : boolean

Parameters

  • threadIndex
    Type: System.Int32
    The thread identifier for the simplex solver.

Return Value

Type: System.Boolean
The return value is not used.

.NET Framework Security

See Also

Reference

SimplexSolverParams Class

Microsoft.SolverFoundation.Solvers Namespace