BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
Santha
Pyrite | Level 9

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]);
1 ACCEPTED SOLUTION
1 REPLY 1