If i want to restrict to only those where the costs >0 ,how do i specify that?
create data outdata from [p c]={p in Ports, c in IC} Inbound_Linehaul_Costs_p_c=(InboundLinehaul[p,c] * sum {d in DC} ContainersfromPortstoICtoDC[p,c,d]);
Already answered here:
https://communities.sas.com/t5/Mathematical-Optimization/Output-views/m-p/566066#M2794
View solution in original post
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
Latest Updates