https://github.com/marcb152/pdstsp-cplex-solver-cpp
PDSTSP solver in C++ using IBM Cplex
https://github.com/marcb152/pdstsp-cplex-solver-cpp
cplex cplex-optimization-solver cpp pdstsp tsp tsp-problem tsp-solver
Last synced: about 1 year ago
JSON representation
PDSTSP solver in C++ using IBM Cplex
- Host: GitHub
- URL: https://github.com/marcb152/pdstsp-cplex-solver-cpp
- Owner: marcb152
- Created: 2022-11-25T20:20:42.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-28T20:14:09.000Z (almost 3 years ago)
- Last Synced: 2025-01-09T11:32:30.260Z (about 1 year ago)
- Topics: cplex, cplex-optimization-solver, cpp, pdstsp, tsp, tsp-problem, tsp-solver
- Language: C++
- Homepage:
- Size: 32.2 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 PDSTSP solver using IBM's CPLEX and Concert in C++
## PDSTSP: Parallel Drone Scheduling 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 find 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.