ABC: A System for Sequential Synthesis and Verification
 
Loading...
Searching...
No Matches
Gluco::Solver::Watcher Struct Reference

#include <Solver.h>

Collaboration diagram for Gluco::Solver::Watcher:

Public Member Functions

 Watcher (CRef cr, Lit p)
 
bool operator== (const Watcher &w) const
 
bool operator!= (const Watcher &w) const
 

Public Attributes

CRef cref
 
Lit blocker
 

Detailed Description

Definition at line 204 of file Solver.h.

Constructor & Destructor Documentation

◆ Watcher()

Gluco::Solver::Watcher::Watcher ( CRef cr,
Lit p )
inline

Definition at line 207 of file Solver.h.

207: cref(cr), blocker(p) {}
Cube * p
Definition exorList.c:222
Here is the caller graph for this function:

Member Function Documentation

◆ operator!=()

bool Gluco::Solver::Watcher::operator!= ( const Watcher & w) const
inline

Definition at line 209 of file Solver.h.

209{ return cref != w.cref; }
Here is the call graph for this function:

◆ operator==()

bool Gluco::Solver::Watcher::operator== ( const Watcher & w) const
inline

Definition at line 208 of file Solver.h.

208{ return cref == w.cref; }
Here is the call graph for this function:

Member Data Documentation

◆ blocker

Lit Gluco::Solver::Watcher::blocker

Definition at line 206 of file Solver.h.

◆ cref

CRef Gluco::Solver::Watcher::cref

Definition at line 205 of file Solver.h.


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