BoolArrDecl: n-D bool array declaration

Description Usage Arguments

View source: R/DeclFunctions.R

Description

Declare a new n-dimensional array of bools

Usage

1
BoolArrDecl(name, kind, ind, value = NULL, ndim)

Arguments

name

variable/parameter name

kind

"var" or "par"

ind

index of the array

value

value (NULL by default)

ndim

number of dimensions of the array


rminizinc documentation built on Oct. 15, 2021, 9:06 a.m.