InteriorPointSolverParams.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 As Boolean
public virtual bool ShouldAbort()
public:
virtual bool ShouldAbort()
abstract ShouldAbort : unit -> bool 
override ShouldAbort : unit -> bool 
public function ShouldAbort() : boolean

Return Value

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

.NET Framework Security

See Also

Reference

InteriorPointSolverParams Class

Microsoft.SolverFoundation.Solvers Namespace