i'm sorry Guido, i think you've not undrestand my problem. i want to reproduce 
this:


  ""  IntVarArray x(*this,200,0,199);
    Support::RandomGenerator rnd;
    IntArgs a;
    for (int i=10; i--;)
      a << rnd(200);
    dom(*this, x, IntSet(a));
    std::cout << "t = " << t << std::endl; ""
 
without using the the domain constraint dom because when i run this code in a 
big "for loop" peak memory reach 2 GO.
 
 
 


                                          
_______________________________________________
Gecode users mailing list
users@gecode.org
https://www.gecode.org/mailman/listinfo/gecode-users

Reply via email to