SelectionStrategy
Abstract class used as base class for the selection strategy implementation.
Method
Connection Apply(const Router& router, const Flit& flit, const std::vector<Connection>& directions)
Implementation must select one or none of the given
Connection
s
based on the
Router
and
Flit
instances