<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;background-color:#FFFFFF;font-family:Calibri,Arial,Helvetica,sans-serif;">
<p>Hi,</p>
<p>It seems like this mailing list is inactive. I have the following question. Perhaps someone can redirect me to the right group:</p>
<p>Using Flopc++, I would like to create sub sets that I can use for multiple constraints:</p>
<p>Example constraint:</p>
<p>MP_constraint </p>
<p>hh(i,4,dim+1);</p>
<p><br>
</p>
<p>hh(i, n, dim + 1) = h(n, dim + 1) == c(i, n, dim + 2) - c(i, n + 1, dim + 2) ;</p>
<p>hh(i, m, dim + 1) = h(m, dim + 1) == c(i, m, dim + 2) - c(i, m + 1, dim + 2) ;<br>
</p>
<p>with for example n between [0..1] and m[2..3]. Is this possible?</p>
<p>If not, can I simply use a for loop? It seems to compile but the results are not coherent..</p>
<p>Thanks for any suggestions..</p>
<p>Best,</p>
<p>G<br>
</p>
</div>
</body>
</html>