HybridLocalSearchSolver.INonlinearSolution.GetSolutionValue Method

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

Returns the objective value of a goal.

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

Syntax

'Declaration
Private Function GetSolutionValue ( _
    goalIndex As Integer _
) As Double Implements INonlinearSolution.GetSolutionValue
double INonlinearSolution.GetSolutionValue(
    int goalIndex
)
private:
virtual double GetSolutionValue(
    int goalIndex
) sealed = INonlinearSolution::GetSolutionValue
private abstract GetSolutionValue : 
        goalIndex:int -> float 
private override GetSolutionValue : 
        goalIndex:int -> float 
JScript does not support explicit interface implementations.

Parameters

Return Value

Type: System.Double
The objective value of the goal.

Implements

INonlinearSolution.GetSolutionValue(Int32)

.NET Framework Security

See Also

Reference

HybridLocalSearchSolver Class

Microsoft.SolverFoundation.Solvers Namespace