This repository provides MATLAB code to solve a rank-order assignment problem, matching N doctors with K hospitals based on doctor preferences. The implementation uses the Hungarian algorithm (see ...
In the context of my coursework for the Non-linear Programming course at university, I tackled various non-linear optimization problems using MATLAB. This project serves as a collection of my ...