Definition at line 533 of file cadical_vivify.cpp.
◆ vivify_better_watch()
| CaDiCaL::vivify_better_watch::vivify_better_watch |
( |
Internal * | i | ) |
|
|
inline |
◆ operator()()
| bool CaDiCaL::vivify_better_watch::operator() |
( |
int | a, |
|
|
int | b ) |
|
inline |
Definition at line 539 of file cadical_vivify.cpp.
539 {
540
542
543 if (av >= 0 && bv < 0)
544 return true;
545 if (av < 0 && bv >= 0)
546 return false;
547
549 }
◆ internal
| Internal* CaDiCaL::vivify_better_watch::internal |
The documentation for this struct was generated from the following file: