CompactQuasiNewtonSolverParams.Solving Property

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

Gets or sets the callback function called during a solve attempt.

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

Syntax

'Declaration
Public Property Solving As Action
public Action Solving { get; set; }
public:
virtual property Action^ Solving {
    Action^ get () sealed;
    void set (Action^ value) sealed;
}
abstract Solving : Action with get, set
override Solving : Action with get, set
final function get Solving () : Action
final function set Solving (value : Action)

Property Value

Type: System.Action
The callback function called during a solve attempt.

Implements

ISolverEvents.Solving

.NET Framework Security

See Also

Reference

CompactQuasiNewtonSolverParams Class

Microsoft.SolverFoundation.Solvers Namespace