DecisionBinding.Int32FeasibleValues Property

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

Gets the feasible integer values of this decision.

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

Syntax

'Declaration
Public ReadOnly Property Int32FeasibleValues As IEnumerable(Of Integer)
public IEnumerable<int> Int32FeasibleValues { get; }
public:
property IEnumerable<int>^ Int32FeasibleValues {
    IEnumerable<int>^ get ();
}
member Int32FeasibleValues : IEnumerable<int>
function get Int32FeasibleValues () : IEnumerable<int>

Property Value

Type: System.Collections.Generic.IEnumerable<Int32>
An enumerable collection of integers that represents the feasible solutions for the decision.

Exceptions

Exception Condition
InvalidCastException

The domain of the decision is not integer.

.NET Framework Security

See Also

Reference

DecisionBinding Class

Microsoft.SolverFoundation.Services Namespace