Hungarian algorithm: Difference between revisions

Content deleted Content added
 
Line 152:
import std;
 
template <typename T, typename U>
using Pair = std::pair;
using VectorPair = std::vectorpair<T, U>;
template <typename T>
using PairVector = std::pairvector<T>;
 
template <typename T>