id | R Documentation |
A unique identification number used internally to keep track of variables and constraints. Should not be modified by the user.
id(object)
object |
A Variable or Constraint object. |
A non-negative integer identifier.
get_id
setIdCounter
x <- Variable()
constr <- (x >= 5)
id(x)
id(constr)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.