Skip to content

Revisit Python API: Add the new Meta-Solver DSL Concept to it. Publish it. #1

Description

@koalamitice

The current Python API just wraps the Toolbox API. Users still have to set all Json details etc.
This is not user friendly.

Instead, the Python API should feel like the user is interacting with the Meta-Solver Strategy.
There should be calls like.

provideq.createVRP()
provideq.solveVRP(vrp, "lkh3")
strategy1 = provideq.loadStrategy() //load maybe a bad idea here. Just some way to create a strategy...
provideq.solveVRP(vrp, strategy1)

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions