- Added additional unit tests;
- Added descriptions to all functions;
- Removed references to
lpsolve
from some of the files; - Removed some of the unnecessary assignments & checks within functions.
-
Added the
by_rank
argument which allows users to obtain ranked results; -
The
algo
argument has been added together withclue
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 fromclue
is used for the Hungarian algorithm (which uses themaximize
argument), theobjective
argument has not changed.
- First version on CRAN.