Skip to content

lapsolver has been integrated in lapx v0.6.0 #24

@rathaROG

Description

@rathaROG

Hello,

No issue, but I would like to share that the recent lapx v0.6.0 has added a new function called lapjvc, which is based on the same sources as solve_dense here. The sources of lapjvc can be found here.

Example in lapsolver:

import lapsolver
rids, cids = lapsolver.solve_dense(costs)

The example above is functionally equivalent to:

import lap  # Yes! Use `import lap` | pip install lapx
rids, cids = lap.lapjvc(costs, return_cost=False)

This integration aims to provide users of lapx with more choices under a unified API, while lapx offers pre-built wheels for all major platforms and architectures from Python 3.7 to 3.14.

If anyone has any feedback/questions, or notices any compatibility issues, please let me know here or head to the official lapx repo here!

Best regards,
rathaROG

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions