QUBO++ Library with QUBO Solver APIs
Author: Koji Nakano, License: Non-commercial research and evaluation purposes without any guarantees.
|
Namespace for the Traveling Salesman Problem (TSP) using QUBO++. More...
Classes | |
class | TSPMap |
Class to generates a random map for the TSP with n nodes. More... | |
class | TSPQuadModel |
Class to store the QUBO expression for the Traveling Salesman Problem (TSP). More... | |
class | TSPSol |
Class to store a Tour of the TSP. More... | |
class | DrawSimpleGraph |
Class to draw a simple undirected graph. More... | |
Variables | |
constexpr uint32_t | uint32_limit = std::numeric_limits<uint32_t>::max() |
Namespace for the Traveling Salesman Problem (TSP) using QUBO++.
|
constexpr |
Definition at line 24 of file qbpp_tsp.hpp.