Closed dirkschumacher closed 4 years ago
Currently, variables do not have names. I have the feeling it would be better to also supply a name when creating variables.
x <- model$add_variable("x") y <- model$add_variable("y")
Currently, variables do not have names. I have the feeling it would be better to also supply a name when creating variables.