LinearReport.GetAllShadowPrices Method

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

Returns a collection of all shadow prices.

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

Syntax

'Declaration
Public Overridable Function GetAllShadowPrices As IEnumerable(Of KeyValuePair(Of String, Rational))
public virtual IEnumerable<KeyValuePair<string, Rational>> GetAllShadowPrices()
public:
virtual IEnumerable<KeyValuePair<String^, Rational>>^ GetAllShadowPrices()
abstract GetAllShadowPrices : unit -> IEnumerable<KeyValuePair<string, Rational>> 
override GetAllShadowPrices : unit -> IEnumerable<KeyValuePair<string, Rational>> 
public function GetAllShadowPrices() : IEnumerable<KeyValuePair<String, Rational>>

Return Value

Type: System.Collections.Generic.IEnumerable<KeyValuePair<String, Rational>>
A collection of all shadow prices. If sensitivity is not supported by the solver or is not specified in the directive, an empty collection is returned.

.NET Framework Security

See Also

Reference

LinearReport Class

Microsoft.SolverFoundation.Services Namespace