Class find_embedding::embedding_problem#
-
template<class fixed_handler, class domain_handler, class output_handler>
class embedding_problem : public find_embedding::embedding_problem_base, public fixed_handler, public domain_handler, public find_embedding::output_handler<verbose># A template to construct a complete embedding problem by combining
embedding_problem_base
with fixed/domain handlers.