Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expose pragmatic models through pypi's vrp_cli package #125

Open
reinterpretcat opened this issue Aug 15, 2023 · 0 comments
Open

Expose pragmatic models through pypi's vrp_cli package #125

reinterpretcat opened this issue Aug 15, 2023 · 0 comments
Labels
enhancement New feature or request pragmatic

Comments

@reinterpretcat
Copy link
Owner

At the moment (1.22.0), the package exposes only minimal set of functions needed to run the solver:

https://github.com/reinterpretcat/vrp/blob/v1.22.0/vrp-cli/src/lib.rs#L412-L418

Here, all data is passed as a raw serialized string. Ideally, we need to support strictly typed way to run the solver. Pyo3 and maturin provides some ways to do it and this needs to be investigated. Challenges:

  • no pyo3 dependency in pragmatic
  • avoid duplication
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request pragmatic
Projects
None yet
Development

No branches or pull requests

1 participant