yosys-master
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Minisat::Solver::Watcher Struct Reference

#include <Solver.h>

+ Collaboration diagram for Minisat::Solver::Watcher:

Public Member Functions

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

Data Fields

CRef cref
 
Lit blocker
 

Detailed Description

Definition at line 161 of file Solver.h.

Constructor & Destructor Documentation

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

Definition at line 164 of file Solver.h.

164 : cref(cr), blocker(p) {}

Member Function Documentation

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

Definition at line 166 of file Solver.h.

166 { return cref != w.cref; }
bool Minisat::Solver::Watcher::operator== ( const Watcher w) const
inline

Definition at line 165 of file Solver.h.

165 { return cref == w.cref; }

Field Documentation

Lit Minisat::Solver::Watcher::blocker

Definition at line 163 of file Solver.h.

CRef Minisat::Solver::Watcher::cref

Definition at line 162 of file Solver.h.


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