QUBO++

 A C++ library generating QUBO models by manipulating variables and formulas

QUBO++ a C++ library designed to create and manipulate polynomials of binary variables, specifically to simplify the formulation of QUBO (Quadratic Unconstrained Binary Optimization) problems, which involve quadratic expressions of binary variables in the form of 0/1. The objective of QUBO problems is to find an optimal binary assignment that minimizes these expressions.

Key features include:

QUBO++ includes the following solvers and APIs: