powered by
A unique identification number used internally to keep track of variables and constraints. Should not be modified by the user.
id(object)
A '>Variable or '>Constraint object.
A non-negative integer identifier.
get_id setIdCounter
get_id
setIdCounter
# NOT RUN { x <- Variable() constr <- (x >= 5) id(x) id(constr) # }
Run the code above in your browser using DataLab