* src/tgbatest/randtgba.cc (default_algos): Test the "ordering"

heuristic.
This commit is contained in:
Alexandre Duret-Lutz 2005-09-22 16:07:30 +00:00
parent 3f22bc17ff
commit b343e16b51
2 changed files with 7 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2005-09-22 Alexandre Duret-Lutz <adl@src.lip6.fr>
* src/tgbatest/randtgba.cc (default_algos): Test the "ordering"
heuristic.
2005-09-20 Heikki Tauriainen <heikki.tauriainen@tkk.fi> 2005-09-20 Heikki Tauriainen <heikki.tauriainen@tkk.fi>
* src/tgbaalgos/tau03opt.cc: Include <vector>. * src/tgbaalgos/tau03opt.cc: Include <vector>.

View file

@ -77,6 +77,8 @@ const char* default_algos[] = {
"Tau03", "Tau03",
"Tau03_opt", "Tau03_opt",
"Tau03_opt(condstack)", "Tau03_opt(condstack)",
"Tau03_opt(condstack ordering)",
"Tau03_opt(condstack ordering !weights)",
0 0
}; };