QUBO++ Library with QUBO Solver APIs
Author: Koji Nakano, License: Non-commercial research and evaluation purposes without any guarantees.
Classes | Variables
qbpp::tsp Namespace Reference

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()
 

Detailed Description

Namespace for the Traveling Salesman Problem (TSP) using QUBO++.

Variable Documentation

◆ uint32_limit

constexpr uint32_t qbpp::tsp::uint32_limit = std::numeric_limits<uint32_t>::max()
constexpr

Definition at line 24 of file qbpp_tsp.hpp.