Hi, For the extensive tests in a Gecode program, two doubts:
1. For data input I will be using an external file. Such the execution in Linux console works like: clau...@goedel:~$ ./my-executable < input.txt I have the idea how it works in C. Any modification in main( .... argc , argv ....) for Gecode to use it? 2. In my program I need all the outputs. opt.solutions(0); // all solutions ===> OK it's fine but I would like to collect them, one by one, and processing them. I think to process them inside on print(std::ostream& os) const ... is it correct? Should be best to write in a file and following by a pos processing or filtering, in another program ? Surely someone already done it before. Thanks claudio -- claudio ( )) |""|-. |__|-' ********************************************************************** Skype: claudio_cesar_sa Links: http://laic.u-clermont1.fr/ http://www.colmeia.udesc.br/ http://www2.joinville.udesc.br/~coca/ http://www2.joinville.udesc.br/~esp7maratona/ Blog: http://claudiocesar.wordpress.com/ ***********************************************************************
_______________________________________________ Gecode users mailing list [email protected] https://www.gecode.org/mailman/listinfo/gecode-users
