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

Public Member Functions

 analyze_bumped_smaller (Internal *i)
 
bool operator() (const int &a, const int &b) const
 

Public Attributes

Internalinternal
 

Detailed Description

Definition at line 167 of file cadical_analyze.cpp.

Constructor & Destructor Documentation

◆ analyze_bumped_smaller()

CaDiCaL::analyze_bumped_smaller::analyze_bumped_smaller ( Internal * i)
inline

Definition at line 169 of file cadical_analyze.cpp.

Member Function Documentation

◆ operator()()

bool CaDiCaL::analyze_bumped_smaller::operator() ( const int & a,
const int & b ) const
inline

Definition at line 170 of file cadical_analyze.cpp.

170 {
171 const auto s = analyze_bumped_rank (internal) (a);
172 const auto t = analyze_bumped_rank (internal) (b);
173 return s < t;
174 }

Member Data Documentation

◆ internal

Internal* CaDiCaL::analyze_bumped_smaller::internal

Definition at line 168 of file cadical_analyze.cpp.


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