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

#include <clause.hpp>

Public Member Functions

bool operator() (const Clause *a, const Clause *b)
 

Detailed Description

Definition at line 169 of file clause.hpp.

Member Function Documentation

◆ operator()()

bool CaDiCaL::clause_smaller_size::operator() ( const Clause * a,
const Clause * b )
inline

Definition at line 170 of file clause.hpp.

170 {
171 return a->size < b->size;
172 }

The documentation for this struct was generated from the following file: