DecisionBinding.Fix Method (String)

[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 String _
)
public void Fix(
    string value
)
public:
void Fix(
    String^ value
)
member Fix : 
        value:string -> unit 
public function Fix(
    value : String
)

Parameters

Remarks

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

.NET Framework Security

See Also

Reference

DecisionBinding Class

Fix Overload

Microsoft.SolverFoundation.Services Namespace