pub type PricePathGraph<C, A, P> = BTreeMap<Pair<C>, PricePath<C, A, P>>;
pub struct PricePathGraph<C, A, P> { /* private fields */ }