#include <clause.hpp>
Definition at line 182 of file clause.hpp.
◆ operator()()
| bool CaDiCaL::clause_lit_less_than::operator() |
( |
int | a, |
|
|
int | b ) const |
|
inline |
Definition at line 183 of file clause.hpp.
183 {
184 using namespace std;
185 int s = abs (a), t = abs (b);
186 return s < t || (s == t && a < b);
187 }
The documentation for this struct was generated from the following file: