ABC: A System for Sequential Synthesis and Verification
 
Loading...
Searching...
No Matches
Minisat::Option::OptionLt Struct Reference

#include <Options.h>

Public Member Functions

bool operator() (const Option *x, const Option *y)
 

Detailed Description

Definition at line 62 of file Options.h.

Member Function Documentation

◆ operator()()

bool Minisat::Option::OptionLt::operator() ( const Option * x,
const Option * y )
inline

Definition at line 63 of file Options.h.

63 {
64 int test1 = strcmp(x->category, y->category);
65 return test1 < 0 || ( test1 == 0 && strcmp(x->type_name, y->type_name) < 0 );
66 }
int strcmp()
Here is the call graph for this function:

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