Share via


DecisionBinding.Fix Method (Int32)

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

Fixes the decision to a specific value for purposes of probing.

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

Syntax

'Declaration
Public Sub Fix ( _
    value As Integer _
)
public void Fix(
    int value
)
public:
void Fix(
    int value
)
member Fix : 
        value:int -> unit 
public function Fix(
    value : int
)

Parameters

Remarks

Only feasible solutions where the decision takes the given value are considered during probing.

.NET Framework Security

See Also

Reference

DecisionBinding Class

Fix Overload

Microsoft.SolverFoundation.Services Namespace