QHyper.converter#
This module contains the Converter class with static methods for converting Problem objects to different formats.
To use different solvers, but with the same Problem representation, some form of conversion is needed. This module provides methods for converting Problem objects to ConstrainedQuadraticModel, DiscreteQuadraticModel, and QUBO formats.