Hello everybody,

I've got a technical question for you.

I want to create a class with a static function that could post
propagators on a SetVar. i.e. something like


class SB {


  static void constrainSetVar(Space *home, SetVar S){

        cardinality(home, S, 1,10);
        .....
  }

};

I tried this but it seems not to work.

any idea or help ? I would - of course :) - really appreciate any help.

bye bye,

sebastien


_______________________________________________
Gecode users mailing list
[EMAIL PROTECTED]
https://www.gecode.org/mailman/listinfo/gecode-users

Reply via email to