An open API service indexing awesome lists of open source software.

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

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.