Skip to content
Snippets Groups Projects
Commit 8bad7feb authored by Jakub Janák's avatar Jakub Janák
Browse files

mathematical formulation added into README.md

parent 0afc5ada
No related branches found
No related tags found
No related merge requests found
......@@ -132,8 +132,10 @@ Here, $ \min(v) $ denotes the minimal outgoing edge $ e $ from node $ v $, where
- Connect the neighbour to the current sub-tour
- If the bound is <= minimal tour, call recursive search()
- If the length of the tour equals the number of nodes:
- If the cost is less than the minimal tour cost, clear the set of best tours and add the current tour
- Else if the cost is the same as the minimal cost, add the current tour to the set of best tours
- If the cost is less than the minimal tour cost,
clear the set of best tours and add the current tour
- Else if the cost is the same as the minimal cost,
add the current tour to the set of best tours
3. Return best_solution as the optimal tour
```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment