You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
and the object in the shared pointer can NOT itself be templated, so BHeap can not, in this case, be templated, but must be an explicit instantiation. Anyway, values are surely almost always going to be real rather than int, and it'll be easier to implement a separate and explicit <int> version for centrality calculations of #90.
Current hard-coded for
<double>
, but should be templated to allow for more efficient processing of<int>
values.The text was updated successfully, but these errors were encountered: