:orphan: .. index:: pair: enum; alg_type .. _doxid-gen__wilds_8h_1a97844550821cdaf0272cfa8db3a2e207: enum alg_type ============= Overview ~~~~~~~~ Algorithms types to be used for solving a problem :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include enum alg_type { :ref:`ALG_EXACT_COV_DLX`, :ref:`ALG_EXACT_COV_GREEDY`, :ref:`ALG_EXACT_COV_BOTH`, :ref:`ALG_SET_COV_GREEDY`, }; .. _details-gen__wilds_8h_1a97844550821cdaf0272cfa8db3a2e207: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Algorithms types to be used for solving a problem Enum Values ----------- .. index:: pair: enumvalue; ALG_EXACT_COV_DLX .. _doxid-gen__wilds_8h_1a97844550821cdaf0272cfa8db3a2e207a740028ac9c1d83ccb3a4cb5c5cc36a86: .. ref-code-block:: cpp :class: doxyrest-title-code-block ALG_EXACT_COV_DLX DLX algorithm for exact set cover .. index:: pair: enumvalue; ALG_EXACT_COV_GREEDY .. _doxid-gen__wilds_8h_1a97844550821cdaf0272cfa8db3a2e207a36ef519791a89b7e3d8f91264e6042f2: .. ref-code-block:: cpp :class: doxyrest-title-code-block ALG_EXACT_COV_GREEDY Greedy alrorithm for exact set cover .. index:: pair: enumvalue; ALG_EXACT_COV_BOTH .. _doxid-gen__wilds_8h_1a97844550821cdaf0272cfa8db3a2e207a24f9386b1559a41adf0761dca5aca21b: .. ref-code-block:: cpp :class: doxyrest-title-code-block ALG_EXACT_COV_BOTH Use both DLX and greedy algorithms for exact set cover, then select the best solution .. index:: pair: enumvalue; ALG_SET_COV_GREEDY .. _doxid-gen__wilds_8h_1a97844550821cdaf0272cfa8db3a2e207a42b72821dc650a99bae77e2e3c7e8dad: .. ref-code-block:: cpp :class: doxyrest-title-code-block ALG_SET_COV_GREEDY Greedy algorithm for set cover