Scope of index j has not been specified


Badge

Hi! 

I am trying to create a vehicle routing problem in aimms. However, i am encountering a problem in Constraint4 (as shown below). The arcs are the arrows in a graph to every customer with a certain demand. I have tried different index domains, but none of them successful. Does anyone know how to fix this?

Thanks in advance.

 

 


3 replies

Userlevel 5
Badge +7

Perhaps the definition should read:

sum( i, f(i,k) ) - sum( j, f(k,j) ) = q(k)

Badge

Thanks for your reaction. If I try this, I get the message: The index ‘k’ does not denote a subset of the set “Arcs”. 

Userlevel 5
Badge +7

May I ask:

  1. I seem to missing the set Nodes, is that correct?
  2. Which set is the range of the indices i, j, and k respectively?
  3. How is the set arcs declared, as a subset of Nodes X Nodes?
  4. Is customers a subset of Nodes?

Reply


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

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