InteriorPointSolverParams.Abort Property

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

Sets a value that indicates whether the solver will stop solving.

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

Syntax

'Declaration
Public Property Abort As Boolean
public bool Abort { private get; set; }
public:
property bool Abort {
    private: bool get ();
    void set (bool value);
}
member Abort : bool with private get, set
private function get Abort () : boolean
function set Abort (value : boolean)

Property Value

Type: System.Boolean
The value that indicates whether the solver will stop solving.

Remarks

The value is persistent.

.NET Framework Security

See Also

Reference

InteriorPointSolverParams Class

Microsoft.SolverFoundation.Solvers Namespace