QUBO++ Library with QUBO Solver APIs
Author: Koji Nakano, License: Non-commercial research and evaluation purposes without any guarantees.
Public Member Functions | Public Attributes | List of all members
qbpp::QuadModel::Impl Struct Reference

Public Member Functions

 Impl (const qbpp::Model &model)
 

Public Attributes

std::vector< coeff_tlinear_
 
std::vector< vindex_tdegree_
 
std::vector< std::vector< std::pair< vindex_t, coeff_t > > > quadratic_
 
coeff_t min_coeff_
 
coeff_t max_coeff_
 

Detailed Description

Definition at line 1181 of file qbpp.hpp.

Constructor & Destructor Documentation

◆ Impl()

qbpp::QuadModel::Impl::Impl ( const qbpp::Model model)
inlineexplicit

Definition at line 3731 of file qbpp.hpp.

Here is the call graph for this function:

Member Data Documentation

◆ linear_

std::vector<coeff_t> qbpp::QuadModel::Impl::linear_

Definition at line 1182 of file qbpp.hpp.

◆ degree_

std::vector<vindex_t> qbpp::QuadModel::Impl::degree_

Definition at line 1184 of file qbpp.hpp.

◆ quadratic_

std::vector<std::vector<std::pair<vindex_t, coeff_t> > > qbpp::QuadModel::Impl::quadratic_

Definition at line 1186 of file qbpp.hpp.

◆ min_coeff_

coeff_t qbpp::QuadModel::Impl::min_coeff_

Definition at line 1188 of file qbpp.hpp.

◆ max_coeff_

coeff_t qbpp::QuadModel::Impl::max_coeff_

Definition at line 1190 of file qbpp.hpp.


The documentation for this struct was generated from the following file: