SimplexSolverParams.ShouldAbort Method

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

Returns a value that indicates whether the solver should stop.

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

Syntax

'Declaration
Public Overridable Function ShouldAbort ( _
    stat As ILinearSimplexStatistics _
) As Boolean
public virtual bool ShouldAbort(
    ILinearSimplexStatistics stat
)
public:
virtual bool ShouldAbort(
    ILinearSimplexStatistics^ stat
)
abstract ShouldAbort : 
        stat:ILinearSimplexStatistics -> bool 
override ShouldAbort : 
        stat:ILinearSimplexStatistics -> bool 
public function ShouldAbort(
    stat : ILinearSimplexStatistics
) : boolean

Parameters

Return Value

Type: System.Boolean
true if the solver should stop; otherwise, false.

Remarks

Example

.NET Framework Security

See Also

Reference

SimplexSolverParams Class

Microsoft.SolverFoundation.Solvers Namespace