QUBO++ Library with QUBO Solver APIs
Author: Koji Nakano, License: Non-commercial research and evaluation purposes without any guarantees.
|
This is the complete list of members for qbpp::VarInt, including all inherited members.
coeffs_ptr_ | qbpp::VarInt | private |
expr_ | qbpp::VarInt | private |
get_coeff(vindex_t i) const | qbpp::VarInt | inline |
get_expr() const | qbpp::VarInt | inline |
get_name() const | qbpp::VarInt | inline |
get_val_map(energy_t val) const | qbpp::VarInt | inline |
get_var(vindex_t i) const | qbpp::VarInt | inline |
max_val() const | qbpp::VarInt | inline |
max_val_ | qbpp::VarInt | private |
min_val() const | qbpp::VarInt | inline |
min_val_ | qbpp::VarInt | private |
new_expr() const | qbpp::VarInt | inlineprivate |
new_vars() const | qbpp::VarInt | inlineprivate |
operator[](vindex_t i) const | qbpp::VarInt | inline |
var_count() const | qbpp::VarInt | inline |
var_str_ | qbpp::VarInt | private |
VarInt(const std::string &var_str, energy_t min_val, energy_t max_val, std::shared_ptr< std::vector< coeff_t >> coeffs_ptr) | qbpp::VarInt | inline |
VarInt(const VarInt &)=default | qbpp::VarInt | |
vars_ | qbpp::VarInt | private |