| 
    QUBO++ Library with QUBO Solver APIs
    
   Author: Koji Nakano, License: Non-commercial research and evaluation purposes without any guarantees. 
   | 
 
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"

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 | |
A miscellaneous library used for sample programs of the QUBO++ library.
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.
Definition in file qbpp_misc.hpp.