QuadraticProgramConverter#

class QuadraticProgramConverter[ソース]#

ベースクラス: ABC

An abstract class for converters of quadratic programs in Qiskit optimization module.

Methods

abstract convert(problem)[ソース]#

Convert a QuadraticProgram into another form and keep the information required to interpret the result.

戻り値の型:

QuadraticProgram

abstract interpret(x)[ソース]#

Interpret a result into another form using the information of conversion

戻り値の型:

ndarray