ConstraintSystem.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
- colVars
Type: array<Microsoft.SolverFoundation.Solvers.CspTerm[]
The variables for all columns.
- 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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.