Which is more computationally efficient for a Mixed-Integer Problem Formulation:
a. State the upper and lower bounds of the variables when declaring the variable
b. Declare the variables with the solver default bounds and then imposing inequality constraints that restrict its value to the desired lower and upper bounds.
or
c. are they computationally equivalent?