<div>Dear List users,</div>
<div>I am trying to represent 1000 decision variables with <font size="2">GARealAlleleSetArray. e.g.,</font></div>
<div> </div>
<div><font size="2">
<p>GARealAlleleSet t1(-1, 1);  // Some variales are not between -1, 1, i put them between (-1, 1) to simplify.</p>
<p>GARealAlleleSetArray allelesArray(t1);</p>
<p>for(i=1; i&lt;=1000; i++)</p>
<p>{</p>
<p>    allelesArray.add(t1);</p>
<p>}</p>
<p> </p>
<p>My problem is that it seems allelesArray cannot add 1000 elements, but it works fine when i add 50 elements.</p>
<p> </p>
<p>I appreciate your any help, </p>
<p>Thanks,</p>
<p>Hailiang</p>
<p> </p></font></div>