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

Files | |
| file | bin_packing_easy.cpp [code] | 
| This file contains an example of solving the bin packing problem using the EasySolver.  | |
| file | factorization.cpp [code] | 
| Solves factorization and multiplication problems for two prime numbers using multiple QUBO solvers.  | |
| file | graph_color_abs2.cpp [code] | 
| Solves randomly generated Graph Coloring Problem using ABS2 QUBO Solver.  | |
| file | graph_color_easy.cpp [code] | 
| Solves randomly generated Graph Coloring Problem using QUBO++ Easy Solver.  | |
| file | graph_color_grb.cpp [code] | 
| Solves randomly generated Graph Coloring Problem using QUBO++ Gurobi Optimizer.  | |
| file | ilp_abs2.cpp [code] | 
| Solves an Integer Linear Programming (ILP) problem using ABS2 solver through QUBO++ library.  | |
| file | ilp_easy.cpp [code] | 
| Solves an Integer Linear Programming (ILP) problem using EasySolver through QUBO++ library.  | |
| file | ilp_exhaustive.cpp [code] | 
| Solves an Integer Linear Programming (ILP) problem using ExhaustiveSolver through QUBO++ library.  | |
| file | ilp_grb.cpp [code] | 
| Solves an Integer Linear Programming (ILP) problem using Gurobi Optimizer through QUBO++ library.  | |
| file | knapsack_exhaustive.cpp [code] | 
| This file contains an example of solving the knapsack problem using the exhaustive solver.  | |
| file | nqueen_easy.cpp [code] | 
| Solves the N-Queens problem using ABS2 QUBO solver from QUBO++ library.  | |
| file | partition_easy.cpp [code] | 
| Solves the Partitioning problem using the QUBO++ Easy solver.  | |
| file | partition_exhaustive.cpp [code] | 
| Solves the Partitioning problem using the QUBO++ Exhaustive solver.  | |
| file | qbpp_graph_color.hpp [code] | 
| file | qbpp_multiplier.hpp [code] | 
| Generates QUBO expression for binary multipliers using QUBO++ library.  | |
| file | qbpp_nqueen.hpp [code] | 
| Generates QUBO expression for the N-Queens problem using the QUBO++ library.  | |
| file | qbpp_tsp.hpp [code] | 
| Generates a QUBO Expression for the Traveling Salesman Problem (TSP) using QUBO++ library.  | |
| file | simple_factorization_abs2.cpp [code] | 
| Simple factorization example using ABS2 QUBO Solver.  | |
| file | simple_factorization_easy.cpp [code] | 
| Simple factorization example using EasySolver.  | |
| file | simple_factorization_grb.cpp [code] | 
| Simple factorization example using Gurobi Optimizer.  | |
| file | tsp_abs2.cpp [code] | 
| Solves randomly generated Traveling Salesman Problem (TSP) using the ABS2 QUBO solver.  | |
| file | tsp_easy.cpp [code] | 
| Solves randomly generated Traveling Salesman Problem (TSP) using the QUBO++ Easy solver.  | |
| file | tsp_grb.cpp [code] | 
| Solves randomly generated Traveling Salesman Problem (TSP) using the QUBO++ Easy solver.  | |