* 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:
Alexandre Duret-Lutz 2005-02-18 14:13:26 +00:00
parent 6314b682ba
commit ff8fe6802b
3 changed files with 63 additions and 26 deletions

View file

@ -76,6 +76,7 @@ const char* default_algos[] = {
"SE05(bsh=4K)",
"Tau03",
"Tau03_opt",
"Tau03_opt(condstack)",
0
};