This topic has not yet been rated - Rate this topic

InteriorPointSolverParams.QueryAbort Property

Solver Foundation 3.0

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

Gets or sets a callback function that determines when to stop the computation.

Namespace:  Microsoft.SolverFoundation.Solvers
Assembly:  Microsoft.Solver.Foundation (in Microsoft.Solver.Foundation.dll)
public Func QueryAbort { get; set; }

Property Value

Type: System.Func<TResult>
The value of the callback function.

Implements

ISolverParameters.QueryAbort
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.