Page 1 of 1

Create a set (or a list) as a set

Posted: Fri Dec 07, 2018 4:55 pm
by abotoba
Hi! I want to ask, is there anyway to create a list (or a set) inside of a set? I am dealing with Image and I don't know how to formulate the Kqjk. What I am thinking is, i is element of Kqjk and Kqjk is element of q, therefore index i is element of q. Does anyone have any suggestions?

Many Thanks!

Re: Create a set (or a list) as a set

Posted: Mon Dec 10, 2018 10:33 am
by Renger
Hi
It would be easier to answer if you would provide the code with the actual elements in those sets.
Cheers
Renger

Re: Create a set (or a list) as a set

Posted: Mon Dec 10, 2018 1:50 pm
by abotoba
Renger wrote: 5 years ago Hi
It would be easier to answer if you would provide the code with the actual elements in those sets.
Cheers
Renger
Hi @Renger, this is the full code that I want to use:
Image

zi and yq represent binary variables, in which if zi = 1, a service station is built at node i, 0 otherwise. and if yq = 1, flow on path q is feasible.
Basically I have all the data that is needed (the nodes, arcs, potential facility locations, and number of stations to be located). It is just I am really confused on how to integrate the q with Kqjk.