CkPttn
1.2.4
Loading...
Searching...
No Matches
ckpttn
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
22
namespace
FMPmr = std::pmr;
23
25
const
auto
FM_MAX_NUM_PARTITIONS
= 255U;
27
const
auto
FM_MAX_DEGREE
= 500U;
FM_MAX_NUM_PARTITIONS
const auto FM_MAX_NUM_PARTITIONS
PMR namespace alias.
Definition
FMPmrConfig.hpp:25
FM_MAX_DEGREE
const auto FM_MAX_DEGREE
Maximum degree (net size) supported by the FM algorithm.
Definition
FMPmrConfig.hpp:27
Generated by
1.9.8