Hi
I'm new with gecode , so i tried to use the BAB engine to solve my model
because i want just to gt the bst solution so i found in the MPG the
function bab() that can help me do it my problem here that i don't know
when to put it :
this is my main :
*int main(int argc, char* argv[]) {*
* manel* m = new manel;*
* BAB<manel> e(m);*
* delete m;*
* while (manel* s = e.next()) {*
* s->print(); delete s;*
* }*
* system("pause");*
* return 0;*
*}*
so here i try to get all the solution but i want just the best so could you
tell me where to put *bab()* exactly , it seems stupid but i don't konw
Thankx
LANA
_______________________________________________
Gecode users mailing list
[email protected]
https://www.gecode.org/mailman/listinfo/gecode-users