InteriorPointSolverParams Constructor (Func<Boolean>)

Initializes a new instance of the InteriorPointSolverParams class.

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

Syntax

'Declaration
Public Sub New ( _
    fnQueryAbort As Func(Of Boolean) _
)
public InteriorPointSolverParams(
    Func<bool> fnQueryAbort
)
public:
InteriorPointSolverParams(
    Func<bool>^ fnQueryAbort
)
new : 
        fnQueryAbort:Func<bool> -> InteriorPointSolverParams
public function InteriorPointSolverParams(
    fnQueryAbort : Func<boolean>
)

Parameters

  • fnQueryAbort
    Type: System.Func<Boolean>
    A function that is called periodically through the computation to determine if the user has cancelled the operation.

.NET Framework Security

See Also

Reference

InteriorPointSolverParams Class

InteriorPointSolverParams Members

InteriorPointSolverParams Overload

Microsoft.SolverFoundation.Solvers Namespace