-
Notifications
You must be signed in to change notification settings - Fork 1
Closed
Labels
docsImprovements or additions to documentationImprovements or additions to documentationfeatureNew feature or requestNew feature or requestoptOptimizationOptimizationtestsIntegration/Unit testsIntegration/Unit tests
Milestone
Description
Is your feature request related to a problem? Please describe.
Travelling salesman problem
Describe the solution you'd like
Travelling salesman problem with both integer programming and heuristic.
Methods:
- Optimization
- Heuristic
Expected input
df: pandas.DataFrame
method: Union[str]
param: DictExpected API
solveAcceptance criteria
- Integration tests
Tasks
- Define integration tests
- Document the formulations for both IP and Heuristics
- First pass implementation of TSP
- Modular implementation
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
docsImprovements or additions to documentationImprovements or additions to documentationfeatureNew feature or requestNew feature or requestoptOptimizationOptimizationtestsIntegration/Unit testsIntegration/Unit tests
Projects
Status
Done