Re: [gecode-users] Using custom branching options

2014-04-07 Thread Christian Schulte
, www.ict.kth.se/~cschulte/ From: users-boun...@gecode.org [mailto:users-boun...@gecode.org] On Behalf Of Tadele Kebebe Sent: Saturday, April 05, 2014 12:36 AM To: users@gecode.org Subject: [gecode-users] Using custom branching options Hi there, I am using a custom option class which

[gecode-users] Using custom branching options

2014-04-04 Thread Tadele Kebebe
Hi there, I am using a custom option class which inherits from the Gecode::Options class. The custom class looks as below: class Cbcl_Options : public Options{ protected: StringOption _branchval; ... public: Cbcl_Options(const char* e) : Options(e), {