ABC: A System for Sequential Synthesis and Verification
 
Loading...
Searching...
No Matches
CaDiCaL::clause_lit_less_than Struct Reference

#include <clause.hpp>

Public Member Functions

bool operator() (int a, int b) const
 

Detailed Description

Definition at line 182 of file clause.hpp.

Member Function Documentation

◆ 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: