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

#include <Solver.h>

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 148 of file Solver.h.

Constructor & Destructor Documentation

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

Definition at line 151 of file Solver.h.

151 : cref(cr), blocker(p) {}
static Llb_Mgr_t * p
Definition: llb3Image.c:950

Member Function Documentation

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

Definition at line 153 of file Solver.h.

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

Definition at line 152 of file Solver.h.

152 { return cref == w.cref; }

Field Documentation

Lit Minisat::Solver::Watcher::blocker

Definition at line 150 of file Solver.h.

CRef Minisat::Solver::Watcher::cref

Definition at line 149 of file Solver.h.


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