This topic has not yet been rated - Rate this topic

SimplexSolver.GetSolutionValue Method

Solver Foundation 3.0

[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)
public virtual Rational GetSolutionValue(
	int goalIndex
)

Parameters

goalIndex
Type: System.Int32
A goal identifier.

Return Value

Type: Microsoft.SolverFoundation.Common.Rational
The objective value of the goal.

Implements

ILinearSolution.GetSolutionValue(Int32)
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.