type

assignment.lap.LAP

class LAP(Assignment):

Solves the linear assignment problem via torchmatch CUDA solvers.

A CUDA-capable device is required.

Parameters

NameTypeDescription
backend = Backend.CLASSICALBackend | strSolver backend (default :attr:`Backend.CLASSICAL`). Accepts a :class:`Backend` member or its string value.
thresholdCost threshold passed to :class:`.Assignment`.

Members

method

property

Source: unitrack/assignment/lap/_solver.py:49