ABC: A System for Sequential Synthesis and Verification
 
Loading...
Searching...
No Matches
CaDiCaL::vivify_refcount_smaller Struct Reference

Public Member Functions

 vivify_refcount_smaller (int j)
 
bool operator() (const vivify_ref &a, const vivify_ref &b) const
 

Public Attributes

int offset
 

Detailed Description

Definition at line 1542 of file cadical_vivify.cpp.

Constructor & Destructor Documentation

◆ vivify_refcount_smaller()

CaDiCaL::vivify_refcount_smaller::vivify_refcount_smaller ( int j)
inline

Definition at line 1544 of file cadical_vivify.cpp.

1544 : offset (j) {
1546 }
#define CADICAL_assert(ignore)
Definition global.h:14
#define COUNTREF_COUNTS
Definition vivify.hpp:20

Member Function Documentation

◆ operator()()

bool CaDiCaL::vivify_refcount_smaller::operator() ( const vivify_ref & a,
const vivify_ref & b ) const
inline

Definition at line 1547 of file cadical_vivify.cpp.

1547 {
1548 const auto s = vivify_refcount_rank (offset) (a);
1549 const auto t = vivify_refcount_rank (offset) (b);
1550 return s < t;
1551 }

Member Data Documentation

◆ offset

int CaDiCaL::vivify_refcount_smaller::offset

Definition at line 1543 of file cadical_vivify.cpp.


The documentation for this struct was generated from the following file: