SolverContext.FindAllowedValues Method (IEnumerable<DecisionBinding>)

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

Finds all allowed values for a set of decisions.

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

Syntax

'Declaration
Public Sub FindAllowedValues ( _
    decisions As IEnumerable(Of DecisionBinding) _
)
public void FindAllowedValues(
    IEnumerable<DecisionBinding> decisions
)
public:
void FindAllowedValues(
    IEnumerable<DecisionBinding^>^ decisions
)
member FindAllowedValues : 
        decisions:IEnumerable<DecisionBinding> -> unit 
public function FindAllowedValues(
    decisions : IEnumerable<DecisionBinding>
)

Parameters

Remarks

An allowed value is one that is part of some feasible solution to the problem. This method is much more efficient than enumerating all feasible solutions to find the allowed values.

.NET Framework Security

See Also

Reference

SolverContext Class

FindAllowedValues Overload

Microsoft.SolverFoundation.Services Namespace