#include <score.hpp>
Definition at line 10 of file score.hpp.
◆ score_smaller()
| CaDiCaL::score_smaller::score_smaller |
( |
Internal * | i | ) |
|
|
inline |
◆ operator()()
| void bool CaDiCaL::score_smaller::operator() |
( |
unsigned | a, |
|
|
unsigned | b ) |
|
inline |
Definition at line 1745 of file internal.hpp.
1745 {
1746
1747
1748
1755
1756 if (s < t)
1757 return true;
1758 if (s > t)
1759 return false;
1760
1761 return a > b;
1762}
#define CADICAL_assert(ignore)
◆ internal
| Internal* CaDiCaL::score_smaller::internal |
The documentation for this struct was generated from the following files: