#include <qbpp_easy_solver.hpp>
Definition at line 49 of file qbpp_easy_solver.hpp.
◆ RandomSet()
qbpp::easy_solver::RandomSet::RandomSet |
( |
vindex_t |
size | ) |
|
|
inlineexplicit |
◆ var_count()
vindex_t qbpp::easy_solver::RandomSet::var_count |
( |
| ) |
const |
|
inline |
◆ insert()
void qbpp::easy_solver::RandomSet::insert |
( |
vindex_t |
index | ) |
|
|
inline |
◆ swap()
◆ erase()
void qbpp::easy_solver::RandomSet::erase |
( |
vindex_t |
index | ) |
|
|
inline |
◆ has()
bool qbpp::easy_solver::RandomSet::has |
( |
vindex_t |
index | ) |
const |
|
inline |
◆ select_at_random()
vindex_t qbpp::easy_solver::RandomSet::select_at_random |
( |
| ) |
const |
|
inline |
◆ print()
void qbpp::easy_solver::RandomSet::print |
( |
const std::string & |
prefix = "" | ) |
const |
|
inline |
◆ position_
std::vector<vindex_t> qbpp::easy_solver::RandomSet::position_ |
|
private |
◆ variables_
std::vector<vindex_t> qbpp::easy_solver::RandomSet::variables_ |
|
private |
The documentation for this class was generated from the following file: