<html><head></head><body><div style="font-family: Verdana;font-size: 12.0px;"><div>
<div style="font-family: Verdana; font-size: 12px; line-height: normal;">Hi Scip-Team,</div>

<div style="font-family: Verdana; font-size: 12px; line-height: normal;"> </div>

<div style="font-family: Verdana; font-size: 12px; line-height: normal;">thank you very much for your help :)! I really appreciate it.</div>

<div style="font-family: Verdana; font-size: 12px; line-height: normal;">I have a question regarding a set of tuples. I generated with your help:  </div>

<div style="font-family: Verdana; font-size: 12px; line-height: normal;"> </div>

<div style="font-family: Verdana; font-size: 12px; line-height: normal;">   set C := {0 ..3};</div>

<div style="font-family: Verdana; font-size: 12px; line-height: normal;"> </div>

<div style="font-family: Verdana; font-size: 12px; line-height: normal;">   set ZSK := {<a,b,c> in C*C*C with  4 * x + 5 * y + 3 * z <= 11 and 4 * x + 5 * y + 3 * z >= 9};</div>

<div style="font-family: Verdana; font-size: 12px; line-height: normal;"> </div>

<div style="font-family: Verdana; font-size: 12px; line-height: normal;">   do print ZSK;</div>

<div style="font-family: Verdana; font-size: 12px; line-height: normal;"> </div>

<div style="font-family: Verdana; font-size: 12px; line-height: normal;"> </div>

<div style="font-family: Verdana; font-size: 12px; line-height: normal;">and ZSK e.g contains now : {<0,0,3>,..., <2,0,0>}; This is great.</div>

<div style="font-family: Verdana; font-size: 12px; line-height: normal;"> </div>

<div style="font-family: Verdana; font-size: 12px; line-height: normal;">Unfortunately, I encountered another problem and I thought you might have a smart idea. I would like to either </div>

<div style="font-family: Verdana; font-size: 12px; line-height: normal;"> </div>

<div style="font-family: Verdana; font-size: 12px; line-height: normal;">- convert the set of tuples to a table (array) so that I create a new parameter as displayed below (static option):</div>

<div style="font-family: Verdana; font-size: 12px; line-height: normal;"> </div>

<div style="font-family: Verdana; font-size: 12px; line-height: normal;">param possible [CI]:=<br/>
       |1, 2, 3|<br/>
|1    |2, 0, 0|<br/>
|2    |1, 1, 0|<br/>
|3    |1, 0, 2|<br/>
|4    |0, 2, 1|<br/>
|5    |0, 1, 2|<br/>
|6    |0, 0, 3|;</div>

<div style="font-family: Verdana; font-size: 12px; line-height: normal;"> </div>

<div style="font-family: Verdana; font-size: 12px; line-height: normal;">
<div><span style="line-height: 19.2px;">or</span></div>

<div><span style="line-height: 19.2px;">- create an ouput in form of a table with those tuples, so that I could read the matrix from a txt file.</span></div>
</div>

<div style="font-family: Verdana; font-size: 12px; line-height: normal;"> </div>

<div style="font-family: Verdana; font-size: 12px; line-height: normal;">I would again very much appreciate any support from your side.</div>

<div style="font-family: Verdana; font-size: 12px; line-height: normal;"> </div>

<div style="font-family: Verdana; font-size: 12px; line-height: normal;">Best regards,</div>

<div style="font-family: Verdana; font-size: 12px; line-height: normal;">Natalie</div>
</div></div></body></html>