cimod
C++ library for a binary (and polynomial) quadratic model.
|
Functions | |
def | to_cxxcimod (vartype) |
Variables | |
SPIN = _SPIN | |
BINARY = _BINARY | |
Vartype = _Vartype | |
def cimod.vartype.to_cxxcimod | ( | vartype | ) |
Referenced by cimod.model.binary_polynomial_model._BinaryPolynomialModel_from_dict(), cimod.model.binary_polynomial_model._BinaryPolynomialModel_from_list(), cimod.model.binary_polynomial_model.BinaryPolynomialModel(), cimod.model.legacy.binary_quadratic_model.BinaryQuadraticModel(), cimod.model.legacy.binary_quadratic_model.make_BinaryQuadraticModel(), and cimod.model.binary_quadratic_model.make_BinaryQuadraticModel().
cimod.vartype.BINARY = _BINARY |
Referenced by declare_BPM(), and PYBIND11_MODULE().
cimod.vartype.SPIN = _SPIN |
Referenced by declare_BPM(), and PYBIND11_MODULE().
cimod.vartype.Vartype = _Vartype |