https://github.com/marcb152/tsp-cplex-solver-cpp
TSP solver in C++ using IBM CPLEX
https://github.com/marcb152/tsp-cplex-solver-cpp
cplex cplex-optimization-solver cpp poc tsp tsp-problem tsp-solver
Last synced: 7 months ago
JSON representation
TSP solver in C++ using IBM CPLEX
- Host: GitHub
- URL: https://github.com/marcb152/tsp-cplex-solver-cpp
- Owner: marcb152
- Created: 2022-08-11T20:36:40.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-28T20:44:19.000Z (over 2 years ago)
- Last Synced: 2025-01-09T11:32:56.708Z (9 months ago)
- Topics: cplex, cplex-optimization-solver, cpp, poc, tsp, tsp-problem, tsp-solver
- Language: C++
- Homepage:
- Size: 39.1 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TIPE: Implementation of a TSP solver using IBM's CPLEX and Concert in C++
## TSP: Traveling Salesman Problem
This implementation aims to reproduce and implement the algorithms present in the paper *"Optimisation des livraisons urbaines avec drones et véhicules en parallèle"*, published by *Gertrude Raïssa Mbiadou Saleu*.
This paper is freely available here: https://tel.archives-ouvertes.fr/tel-03554311> Gertrude Raïssa Mbiadou Saleu. Optimisation des livraisons urbaines avec drones et véhicules en parallèle. Other [cs.OH]. Université Clermont Auvergne, 2021. English. ffNNT : 2021UCFAC009ff.fftel-03554311f
# Important notice
This project requires CPLEX Studio to be installed to run.
This projects needs to be configured in order to run cplex and concert libraries.If you need more information, or if you want some help setting up Cplex Studio in C++ or in the IDE directly, feel free to contact me.
As I am learning C++ on the way with this project, some parts of the code may not be accurate, I provide it "as-is" for you to use.
Thanks for your understanding.