This is one of those situations where constraints are variables, but variables are not constraints. Essentially, the concept is that you still set a constraint like you do with variables. The differenece, however, is that constraints are fixed values/parameters and variables are changeable. Constraints can be used whereever in the code, however variables can only bse used where it is set. i.e inside an if-statement