,
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
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), {