assignment.AutoLAP
class AutoLAP(Assignment)::class:`Assignment` wrapper around the auto-dispatched LAP solver.
Defaults to the CPU LAPJV path (see module docstring). Pass
``prefer="cuda"`` to pin to the torchmatch CUDA solver.
Parameters
| Name | Type | Description |
|---|---|---|
| *args = () | Positional arguments forwarded to :class:`Assignment`. | |
| prefer = Prefer.AUTO | Prefer or str | Backend preference. Default :attr:`Prefer.AUTO`. |
| **kwargs = {} | Keyword arguments forwarded to :class:`Assignment`. |
Members
method
property
Source: unitrack/assignment/_auto.py:130