QUBO++ Library with QUBO Solver APIs
Author: Koji Nakano, License: Non-commercial research and evaluation purposes without any guarantees.
Classes | Namespaces
qbpp_misc.hpp File Reference

A miscellaneous library used for sample programs of the QUBO++ library. More...

#include <algorithm>
#include <cmath>
#include <iostream>
#include <numeric>
#include <random>
#include <vector>
#include "qbpp.hpp"
Include dependency graph for qbpp_misc.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  qbpp::misc::RandomGenerator
 
class  qbpp::misc::RandomPermutation
 
struct  qbpp::misc::PcloseDeleter
 

Namespaces

 qbpp
 Generates a QUBO Expression for the Graph Coloring Problem using QUBO++ library.
 
 qbpp::misc
 

Detailed Description

A miscellaneous library used for sample programs of the QUBO++ library.

Author
Koji Nakano

This library includes miscellaneous classes and functions used for sample programs of the QUBO++ library. The classes include random number generators and graph drawing functions.

Version
2024-12-24

Definition in file qbpp_misc.hpp.