INonlinearSolution.SolvedGoalCount Property

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

Gets the number of goals that are being solved.

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

Syntax

'Declaration
ReadOnly Property SolvedGoalCount As Integer
int SolvedGoalCount { get; }
property int SolvedGoalCount {
    int get ();
}
abstract SolvedGoalCount : int
function get SolvedGoalCount () : int

Property Value

Type: System.Int32
The number of goals that are being solved.

.NET Framework Security

See Also

Reference

INonlinearSolution Interface

Microsoft.SolverFoundation.Services Namespace