2 #include <samchon/API.hpp> 43 std::vector<size_t> dividerArray;
66 auto size() const->
size_t;
73 virtual auto operator[](
size_t) const->
std::vector<
size_t> = 0;
78 auto at(
size_t) const->
std::vector<
size_t>;
83 auto n() const->
size_t;
88 auto r() const->
size_t;
100 auto toMatrix() const->
std::vector<
std::vector<
size_t>>;
size_t size_
Size, the number of all cases.
size_t r_
R, size of elements of each case.
size_t n_
N, size of the candidates.
Top level namespace of products built from samchon.