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:
Alexandre Duret-Lutz 2013-01-03 19:48:12 +01:00
parent c04951c444
commit 73ee50446b
2 changed files with 17 additions and 4 deletions

View file

@ -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;