#include <elim.hpp>
Definition at line 14 of file elim.hpp.
◆ elim_more()
| CaDiCaL::elim_more::elim_more |
( |
Internal * | i | ) |
|
|
inline |
◆ operator()()
| bool CaDiCaL::elim_more::operator() |
( |
unsigned | a, |
|
|
unsigned | b ) |
Definition at line 44 of file cadical_elim.cpp.
44 {
45 const auto s =
internal->compute_elim_score (a);
46 const auto t =
internal->compute_elim_score (b);
47 if (s > t)
48 return true;
49 if (s < t)
50 return false;
51 return a > b;
52}
◆ internal
The documentation for this struct was generated from the following files: