In economics, variables are always real and often positive.
With assume(x>=0) I can set this for individual variables. But with many variables it is arduous.
Is it possible to set by default all variables to >=0 and define ony the exceptions individually?
Thanks you !