CompactQuasiNewtonSolverParams.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 to stop computation; otherwise, false.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.