IntVal function

IntVal class (not exposed to user)

IntVal class (not exposed to user)

create an Integer Value in MiniZinc

Public fields

  • .val: the integer value

Active bindings

  • .val: the integer value

Methods

Public methods

Method new()

constructor

Usage

IntVal$new(val)

Arguments

  • val: int value to be assigned

Method v()

return the value

Usage

IntVal$v()

Method clone()

The objects of this class are cloneable with this method.

Usage

IntVal$clone(deep = FALSE)

Arguments

  • deep: Whether to make a deep clone.

  • Maintainer: Akshit Achara
  • License: Mozilla Public License Version 2.0
  • Last published: 2021-10-15

Downloads (last 30 days):