hungarian-assignment
There are 9 repositories under hungarian-assignment topic.
yas-sim/person-detect-reidentification
Person or face detection and matching from multiple image inputs using Intel OpenVINO toolkit
sharathadavanne/hungarian-net
Deep-learning-based implementation of the popular Hungarian algorithm that helps solve the assignment problem.
isopropylcyanide/Hungarian-Assignment-GUI
Python program to solve the assignment problem using Hungarian method
akki-jat/hungarian-assignment-method
JavaScript Implementation of Hungarian Assignment Method
Toditoes/HungVis
This is an implementation of the Hungarian Method in the form of a visualiser in order to help people new to the concept understand it and use it effortlessly.
xmba15/hungarian_algorithm_cpp
Graph-based Hungarian assignment algorithm
ksgr5566/Sokoban-solver
A sokoban solver that uses informed search.
srtjanuario/tsp-bb
A simple Branch and Bound for the Traveling Tournament Problem with Minimum Assignment Problem using the Hungarian Method
elifbayirr/Implementation-of-the-Hungarian-Method
Take the input data of the problemfrom a text file (your input will basically be a NxN square matrix of integers and asicallydetermine how much time and memory your programs spend during runtime, and print thisinformation to the output file.(xperiments by choosing the row/column numbers of yourinput matrix as 5, 10, 100, 1000, 10000, 100000, in order)