degen: disable custom order by default
Because benchmark show that this option usually do not help. * src/tgbaalgos/degen.hh, src/tgbatest/ltl2tgba.cc: Here. * src/tgbaalgos/degen.hh: Document the new options.
This commit is contained in:
parent
c04951c444
commit
73ee50446b
2 changed files with 17 additions and 4 deletions
|
|
@ -331,7 +331,7 @@ main(int argc, char** argv)
|
|||
bool fm_symb_merge_opt = true;
|
||||
bool file_opt = false;
|
||||
bool degen_reset = true;
|
||||
bool degen_order = true;
|
||||
bool degen_order = false;
|
||||
bool degen_cache = true;
|
||||
int output = 0;
|
||||
int formula_index = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue