CspComposite.TableInteger Method

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

Creates a relation constraint by using the column variables and inputs.

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

Syntax

'Declaration
Public Function TableInteger ( _
    colVars As CspTerm(), _
    ParamArray inputs As Integer()() _
) As CspTerm
public CspTerm TableInteger(
    CspTerm[] colVars,
    params int[][] inputs
)
public:
CspTerm^ TableInteger(
    array<CspTerm^>^ colVars, 
    ... array<array<int>^>^ inputs
)
member TableInteger : 
        colVars:CspTerm[] * 
        inputs:int[][] -> CspTerm 
public function TableInteger(
    colVars : CspTerm[], 
    ... inputs : int[][]
) : CspTerm

Parameters

  • inputs
    Type: array<array<System.Int32[][]
    Rows of valid value combinations of column variables.

Return Value

Type: Microsoft.SolverFoundation.Solvers.CspTerm
A relation constraint by using the column variables and inputs.

.NET Framework Security

See Also

Reference

CspComposite Class

Microsoft.SolverFoundation.Solvers Namespace