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::exhaustive_solver::SolDelta, including all inherited members.
bit_vector_ | qbpp::Sol | protected |
clear() | qbpp::Sol | inline |
comp_energy() const | qbpp::Sol | inlineprotected |
delta_ | qbpp::exhaustive_solver::SolDelta | private |
energy_ | qbpp::Sol | mutableprotected |
flip(vindex_t index) override | qbpp::exhaustive_solver::SolDelta | inlinevirtual |
qbpp::Sol::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 |
search(vindex_t index) | qbpp::exhaustive_solver::SolDelta | inline |
search() | qbpp::exhaustive_solver::SolDelta | inline |
search_algorithm_ | qbpp::exhaustive_solver::SolDelta | private |
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 |
SolDelta(SearchAlgorithm &search_algorithm) | qbpp::exhaustive_solver::SolDelta | inlineexplicit |
SolDelta(const SolDelta &)=default | qbpp::exhaustive_solver::SolDelta | |
var_count() const | qbpp::exhaustive_solver::SolDelta | inline |
var_order_ | qbpp::exhaustive_solver::SolDelta | private |
~Sol()=default | qbpp::Sol | virtual |