Beispiel #1
0
 void allocate(int lb, int ub, int l1, ivector & iv, int l2, int u2)
 {
     D.allocate(lb, ub, l1, iv, l2, u2);
     count.allocate(lb, ub, l1, iv);
     count = 1;
 }