Definition at line 342 of file cadical_congruence.cpp.
◆ Type
◆ sort_literals_by_var_rank_except() [1/2]
| CaDiCaL::sort_literals_by_var_rank_except::sort_literals_by_var_rank_except |
( |
Internal * | i, |
|
|
int | my_lhs, |
|
|
int | except2 ) |
|
inline |
◆ sort_literals_by_var_rank_except() [2/2]
| CaDiCaL::sort_literals_by_var_rank_except::sort_literals_by_var_rank_except |
( |
Internal * | i, |
|
|
int | my_lhs ) |
|
inline |
◆ operator()()
| Type CaDiCaL::sort_literals_by_var_rank_except::operator() |
( |
const int & | a | ) |
const |
|
inline |
Definition at line 351 of file cadical_congruence.cpp.
351 {
353 if (abs (a) == abs (
except))
354 res = 1 - (a > 0);
355 else if (abs (a) == abs (
lhs))
356 res = 3 - (a > 0);
357 else
359 return ~res;
360 }
◆ except
| int CaDiCaL::sort_literals_by_var_rank_except::except |
◆ internal
◆ lhs
| int CaDiCaL::sort_literals_by_var_rank_except::lhs |
The documentation for this struct was generated from the following file: