[gecode-users] Multiple branchings...

Guido Tack tack at ps.uni-sb.de
Thu Aug 23 19:59:35 CEST 2007


> Is it OK to write this in the constructor of my space :
> ------------
> branch(this, An_Array_Containing_My_IntVars,BVAR_SIZE_MIN,BVAL_MIN);
> branch(this,An_Array_Containing_My_BoolVars,,BVAR_SIZE_MIN,BVAL_MIN);
> ------------
> ... to achieve this particular branching ?

Yes, that does exactly what you want.

Cheers,
   Guido

-- 
Guido Tack
http://www.ps.uni-sb.de/~tack






More information about the gecode-users mailing list