This topic has not yet been rated - Rate this topic

Solution.Decisions Property

Solver Foundation 3.0

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

Gets the decisions and values for the solution of a model.

Namespace:  Microsoft.SolverFoundation.Services
Assembly:  Microsoft.Solver.Foundation (in Microsoft.Solver.Foundation.dll)
public IEnumerable<Decision> Decisions { get; }

Property Value

Type: System.Collections.Generic.IEnumerable<Decision>
The decisions and values for the solution of a model.
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.