SolutionMapping.GetIndexes Method (Constraint)

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

Returns a collection of indexes that are related to a constraint.

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

Syntax

'Declaration
Public MustOverride Function GetIndexes ( _
    constraint As Constraint _
) As IEnumerable(Of Object())
public abstract IEnumerable<Object[]> GetIndexes(
    Constraint constraint
)
public:
virtual IEnumerable<array<Object^>^>^ GetIndexes(
    Constraint^ constraint
) abstract
abstract GetIndexes : 
        constraint:Constraint -> IEnumerable<Object[]> 
public abstract function GetIndexes(
    constraint : Constraint
) : IEnumerable<Object[]>

Parameters

Return Value

Type: System.Collections.Generic.IEnumerable<array<Object[]>
A collection of indexes that are related to the constraint.

.NET Framework Security

See Also

Reference

SolutionMapping Class

GetIndexes Overload

Microsoft.SolverFoundation.Services Namespace