Solved

optimization problem


Badge

Hello everyone,

i'm just a beginner and have a few problems with aimms. 

I am investigating a warehouse in which customer orders are split up into partial orders. Each partial order is assigned to a zone.

My problem is that Aimms assigns the partial orders to multiple zones instead of just one.

 

In the attachement you can see that a partial order is assigned to several zones. 

j are the partial orders; z are the zones

Is there a way to say in a constraint that only one value can be assigned?

 

Thank you!!!

icon

Best answer by deannezhang 18 May 2021, 18:40

View original

2 replies

Userlevel 4
Badge +3

You may check the AIMMS Distribution Center Allocation example: https://how-to.aimms.com/Articles/385/385-distribution-center-allocation.html

 

In the “Minimize Expected Transportation Cost Multiple DC” model, there is OneDCUsedToSupply constraint:

Constraint OneDCUsedToSupply {
    IndexDomain: (d);
    Definition: sum( c, DCUsedToSupply(c,d) ) = 1;
}
 

 

Badge

Thank you for the answer and help.

I will try it.

Best regards!

Reply


Didn't find what you were looking for? Try searching on our documentation pages:

AIMMS Developer & PRO | AIMMS How-To | AIMMS SC Navigator