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::Sol, including all inherited members.
bit_vector_ | qbpp::Sol | protected |
clear() | qbpp::Sol | inline |
comp_energy() const | qbpp::Sol | inlineprotected |
energy_ | qbpp::Sol | mutableprotected |
flip(vindex_t index) | qbpp::Sol | inlinevirtual |
flip(Var var) | qbpp::Sol | inline |
get(vindex_t index) const | qbpp::Sol | inline |
get(Var var) const | qbpp::Sol | inline |
get(const Expr &expr) const | qbpp::Sol | inline |
get(const Vector< T > &vec) const | qbpp::Sol | inline |
get_bit_vector() const | qbpp::Sol | inline |
get_constant() const | qbpp::Sol | inline |
get_energy() const | qbpp::Sol | inline |
get_index(Var var) const | qbpp::Sol | inline |
get_map_list() const | qbpp::Sol | inlineprotected |
get_var(vindex_t index) const | qbpp::Sol | inline |
has(Var var) const | qbpp::Sol | inline |
operator MapList() const | qbpp::Sol | inline |
operator<(const Sol &sol) const | qbpp::Sol | inline |
operator=(const Sol &sol) | qbpp::Sol | inline |
operator=(Sol &&sol) | qbpp::Sol | inline |
operator==(const Sol &sol) const | qbpp::Sol | inline |
popcount() const | qbpp::Sol | inline |
quad_model_ | qbpp::Sol | protected |
set(vindex_t index, bool value) | qbpp::Sol | inline |
set(Var var, bool value) | qbpp::Sol | inline |
set(const Sol &sol) | qbpp::Sol | inline |
set(const MapList &map_list) | qbpp::Sol | inline |
set_energy(energy_t energy) | qbpp::Sol | inline |
Sol()=delete | qbpp::Sol | protected |
Sol(const Sol &sol)=default | qbpp::Sol | |
Sol(Sol &&sol)=default | qbpp::Sol | |
Sol(const QuadModel &quad_model) | qbpp::Sol | inline |
var_count() const | qbpp::Sol | inline |
~Sol()=default | qbpp::Sol | virtual |