QUBO++ Library with QUBO Solver APIs
Author: Koji Nakano, License: Non-commercial research and evaluation purposes without any guarantees.
|
#include <qbpp_easy_solver.hpp>
Public Member Functions | |
MinSet ()=default | |
vindex_t | var_count () const |
void | insert (vindex_t index, energy_t delta) |
void | erase (vindex_t index, energy_t delta) |
vindex_t | get_first () const |
void | print (const std::string &prefix) const |
Private Types | |
using | ValIndexMap = std::set< std::pair< energy_t, vindex_t > > |
Private Attributes | |
ValIndexMap | set_ |
Definition at line 104 of file qbpp_easy_solver.hpp.
|
private |
Definition at line 105 of file qbpp_easy_solver.hpp.
|
default |
|
inline |
|
inline |
|
inline |
|
private |
Definition at line 107 of file qbpp_easy_solver.hpp.