* src/tgbatest/randtgba.cc (default_algos): Test the "ordering"
heuristic.
This commit is contained in:
parent
3f22bc17ff
commit
b343e16b51
2 changed files with 7 additions and 0 deletions
|
|
@ -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>.
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue