IntDecl: int declaration

Description Usage Arguments

View source: R/DeclFunctions.R

Description

Declare a new int

Usage

1
IntDecl(name, kind, value = NULL, domain = NULL)

Arguments

name

variable/parameter name

kind

"var" or "par"

value

pass a numeric/integer value in R (NULL by default)

domain

domain of the int variable (NULL by default)


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