CkPttn 1.2.4
Loading...
Searching...
No Matches
Classes | Enumerations
FMConstrMgr.hpp File Reference

FM partition constraint manager. More...

#include <cstdint>
#include <span>
#include <vector>
Include dependency graph for FMConstrMgr.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  FMConstrMgr< Gnl >
 Fiduccia-Mattheyses Partition Constraint Manager. More...
 

Enumerations

enum class  LegalCheck { NotSatisfied , GetBetter , AllSatisfied }
 Check if the move of v can satisfied, GetBetter, or NotSatisfied. More...
 

Detailed Description

FM partition constraint manager.

Enumeration Type Documentation

◆ LegalCheck

enum class LegalCheck
strong

Check if the move of v can satisfied, GetBetter, or NotSatisfied.

Enumerator
NotSatisfied 
GetBetter 
AllSatisfied