lpsolve from some of the files;Added the by_rank argument which allows users to obtain ranked results;
The algo argument has been added together with clue as dependency, allowing users to take advantage of Hungarian algorithm which is usually faster than the LP approach;
Note that even though the solve_LSAP function from clue is used for the Hungarian algorithm (which uses the maximize argument), the objective argument has not changed.