CkPttn 1.2.4
Loading...
Searching...
No Matches
Variables
FMPmrConfig.hpp File Reference

PMR configuration and constants for FM algorithm. More...

#include <memory_resource>
Include dependency graph for FMPmrConfig.hpp:
This graph shows which files directly or indirectly include this file:

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.
 

Detailed Description

PMR configuration and constants for FM algorithm.

Variable Documentation

◆ FM_MAX_DEGREE

const auto FM_MAX_DEGREE = 500U

Maximum degree (net size) supported by the FM algorithm.

◆ FM_MAX_NUM_PARTITIONS

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