* src/tgbaalgos/tau03opt.cc (tau03_opt_search): Implement the
"condition heuristic". Suggested by Heikki Tauriainen. * src/tgbatest/randtgba.cc: Test it.
This commit is contained in:
parent
6314b682ba
commit
ff8fe6802b
3 changed files with 63 additions and 26 deletions
|
|
@ -76,6 +76,7 @@ const char* default_algos[] = {
|
|||
"SE05(bsh=4K)",
|
||||
"Tau03",
|
||||
"Tau03_opt",
|
||||
"Tau03_opt(condstack)",
|
||||
0
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue