How do I view the problem (objective function + all the constraints) which is being solved while using proc optmodel? for example, if I have a constraint of the form x(i)=5, where i belongs to the set {1,2}, then I want to see the constraints x(1)=5 and x(2)=5.