DotNet Reference
DotNet Reference
IntArrayHelper.cs
Go to the documentation of this file.
static IntExpr Element(this int[] array, IntExpr index)
Definition: IntArrayHelper.cs:20
IntExpr MakeElement(long[] values, IntVar index)
Definition: constraint_solver/Solver.cs:622
Definition: Assignment.cs:11
Solver solver()
Definition: PropagationBaseObject.cs:50
static IntExpr Element(this long[] array, IntExpr index)
Definition: IntArrayHelper.cs:23