Searched defs:algorithm (Results 1 – 1 of 1) sorted by relevance
120 class algorithm { class163 algorithm(const std::string &alg_name, bool t) : name(alg_name), is_tiled(t) {} in algorithm() function in algorithm