gecode: clone by default

This commit is contained in:
Vítor Santos Costa 2013-09-05 00:46:00 +01:00
parent ef82f25594
commit 9932aff5c4
2 changed files with 2 additions and 2 deletions

View File

@ -525,7 +525,7 @@ extern "C"
opt.threads = threads;
opt.c_d = c_d;
opt.a_d = a_d;
opt.cutoff = cutoff;
opt.cutoff = cutoff = NULL;
opt.nogoods_limit = nogoods_limit;
opt.clone = clone;
opt.stop = NULL;

View File

@ -567,7 +567,7 @@ reify(Space,BVar,Mode,R) :-
gecode_new_reify(Space_,BVar_,Mode_,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(threads,2).
gecode_search_options_offset(c_d ,3).