InteriorPointSolverParams.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 before the solve process 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 index for the interior point method solver.

Return Value

Type: System.Boolean
Not used.

.NET Framework Security

See Also

Reference

InteriorPointSolverParams Class

Microsoft.SolverFoundation.Solvers Namespace