[gecode-users] domain constraint

frank lemoine benouna84 at live.fr
Thu Nov 11 18:25:12 CET 2010



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.
 
 
 


  		 	   		  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.gecode.org/pipermail/users/attachments/20101111/69731036/attachment.htm>


More information about the users mailing list