Decision.SetIndexSet Method

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

Resets the specified index set.

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

Syntax

'Declaration
Public Sub SetIndexSet ( _
    i As Integer, _
    set As Set _
)
public void SetIndexSet(
    int i,
    Set set
)
public:
virtual void SetIndexSet(
    int i, 
    Set^ set
) sealed
abstract SetIndexSet : 
        i:int * 
        set:Set -> unit 
override SetIndexSet : 
        i:int * 
        set:Set -> unit 
public final function SetIndexSet(
    i : int, 
    set : Set
)

Parameters

Remarks

This method refreshes the cache.

.NET Framework Security

See Also

Reference

Decision Class

Microsoft.SolverFoundation.Services Namespace