Dears, I normally specify big IntVar even if they are not needed:
model.NewIntVar(-93372036854775808, 9123372036854775807, 'test')
Does it affect the performances of the Solver or is it irrelevant? I mean is it better to limit the domain of the variable to a reasonable one or is it not impacting the solver logics?
Thanks