CkPttn 1.2.4
Loading...
Searching...
No Matches
FMPmrConfig.hpp
Go to the documentation of this file.
1
6#pragma once
7
8// #include <boost/container/pmr/memory_resource.hpp>
9// #include <boost/container/pmr/monotonic_buffer_resource.hpp>
10// #include <boost/container/pmr/vector.hpp>
11// namespace FMPmr = boost::container::pmr;
12
13#include <memory_resource> // for std::pmr
14
22namespace FMPmr = std::pmr;
23
25const auto FM_MAX_NUM_PARTITIONS = 255U;
27const auto FM_MAX_DEGREE = 500U;
const auto FM_MAX_NUM_PARTITIONS
PMR namespace alias.
Definition FMPmrConfig.hpp:25
const auto FM_MAX_DEGREE
Maximum degree (net size) supported by the FM algorithm.
Definition FMPmrConfig.hpp:27