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

Public Member Functions

 analyze_trail_larger (Internal *s)
 
bool operator() (const int &a, const int &b) const
 

Public Attributes

Internalinternal
 

Detailed Description

Definition at line 493 of file cadical_analyze.cpp.

Constructor & Destructor Documentation

◆ analyze_trail_larger()

CaDiCaL::analyze_trail_larger::analyze_trail_larger ( Internal * s)
inline

Definition at line 495 of file cadical_analyze.cpp.

Member Function Documentation

◆ operator()()

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

Definition at line 496 of file cadical_analyze.cpp.

496 {
497 return analyze_trail_negative_rank (internal) (a) <
498 analyze_trail_negative_rank (internal) (b);
499 }

Member Data Documentation

◆ internal

Internal* CaDiCaL::analyze_trail_larger::internal

Definition at line 494 of file cadical_analyze.cpp.


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