(svn r25565) -Codechange: Rewrite order prediction logic to introduce proper refit prediction

This commit is contained in:
fonsinchen
2013-07-06 17:01:31 +00:00
parent 290fbd2231
commit b09c4043ec
3 changed files with 106 additions and 52 deletions

View File

@@ -613,6 +613,8 @@ public:
return (this->orders.list == NULL) ? INVALID_STATION : this->orders.list->GetNextStoppingStation(this);
}
void ResetRefitCaps();
void RefreshNextHopsStats();
/**