|
CkPttn 1.2.4
|
PMR configuration and constants for FM algorithm. More...
#include <memory_resource>

Go to the source code of this file.
Variables | |
| const auto | FM_MAX_NUM_PARTITIONS = 255U |
| PMR namespace alias. | |
| const auto | FM_MAX_DEGREE = 500U |
| Maximum degree (net size) supported by the FM algorithm. | |
PMR configuration and constants for FM algorithm.
| const auto FM_MAX_DEGREE = 500U |
Maximum degree (net size) supported by the FM algorithm.
| const auto FM_MAX_NUM_PARTITIONS = 255U |
PMR namespace alias.
By default, FMPmr aliases std::pmr. To use Boost.Container's PMR instead of the standard library version, uncomment the Boost includes and alias above and comment out the std::pmr line below.
Maximum number of partitions supported by the FM algorithm