Definition at line 167 of file cadical_analyze.cpp.
◆ analyze_bumped_smaller()
| CaDiCaL::analyze_bumped_smaller::analyze_bumped_smaller |
( |
Internal * | i | ) |
|
|
inline |
◆ 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 }
◆ internal
| Internal* CaDiCaL::analyze_bumped_smaller::internal |
The documentation for this struct was generated from the following file: