gecode: clone by default
This commit is contained in:
parent
ef82f25594
commit
9932aff5c4
@ -525,7 +525,7 @@ extern "C"
|
|||||||
opt.threads = threads;
|
opt.threads = threads;
|
||||||
opt.c_d = c_d;
|
opt.c_d = c_d;
|
||||||
opt.a_d = a_d;
|
opt.a_d = a_d;
|
||||||
opt.cutoff = cutoff;
|
opt.cutoff = cutoff = NULL;
|
||||||
opt.nogoods_limit = nogoods_limit;
|
opt.nogoods_limit = nogoods_limit;
|
||||||
opt.clone = clone;
|
opt.clone = clone;
|
||||||
opt.stop = NULL;
|
opt.stop = NULL;
|
||||||
|
@ -567,7 +567,7 @@ reify(Space,BVar,Mode,R) :-
|
|||||||
gecode_new_reify(Space_,BVar_,Mode_,R_),
|
gecode_new_reify(Space_,BVar_,Mode_,R_),
|
||||||
R = 'Reify'(R_).
|
R = 'Reify'(R_).
|
||||||
|
|
||||||
gecode_search_options_init(search_options(0,1.0,8,2,'RM_NONE',0,0,0)).
|
gecode_search_options_init(search_options(0,1.0,8,2,'RM_NONE',0,1,0)).
|
||||||
gecode_search_options_offset(restart,1).
|
gecode_search_options_offset(restart,1).
|
||||||
gecode_search_options_offset(threads,2).
|
gecode_search_options_offset(threads,2).
|
||||||
gecode_search_options_offset(c_d ,3).
|
gecode_search_options_offset(c_d ,3).
|
||||||
|
Reference in New Issue
Block a user