Search found 4 matches
- 1 year ago
- Forum: Syntax
- Topic: Defining set
- Replies: 0
- Views: 1799
Defining set
Hello again, I'm trying to define a set that incluides a grups of Multi-Dimensional Sets For example set p /1A, 11a, 12A/ L /1l/ A11(p,l); A11('1A','1l')=yes; A12('1A','1l')=yes; And define a new set with A11 and A12 as elements And I Tried this set p "producto" /1A, 11a, 12A/ L "actividad" /1l/ A11...
- 1 year ago
- Forum: Modeling
- Topic: How to write this subsets
- Replies: 4
- Views: 1132
Re: How to write this subsets
Thank so much, that really helps, But, now i have another question about the same subsets but now in this equations https://embers-host.nyc3.digitaloceanspaces.com/uploads/media/51a0ef2c-f108-47ee-aa1a-3aa53c763e52_preview.jpg parameter D(i,j) sup(p,i,t) Integer Variables V(p,i,t) X(p,p',i,l,t) Z(p,...
- 1 year ago
- Forum: Modeling
- Topic: How to write this subsets
- Replies: 4
- Views: 1132
Re: How to write this subsets
Hi, My original questions about is how to write the subset, TF(I,P), TL(p) set P index set of products /1A,11A/ L index set of production activities /1L/ TF(I,P) ⊆ P, index Set of product variants generated by applying production activity L to product P TL(p) ⊆ L, index Set of production activities ...
- 1 year ago
- Forum: Modeling
- Topic: How to write this subsets
- Replies: 4
- Views: 1132
How to write this subsets
Hello, I´m trying to model a model with this sets, image.png Could someone please help me how to write the subsets TF(l,p) and TL(p) P 'producto' /1A,11A,12A/ L 'actividades diferenciadoras' /1L,1A/ TF(l,p) 'productos diferenciados al aplicar actividad L en producto P' /1l,11A/ TL(p) 'actividades di...