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

#include <Solver.h>

Collaboration diagram for Gluco2::Solver::WatcherDeleted:

Public Member Functions

 WatcherDeleted (const ClauseAllocator &_ca)
 
bool operator() (const Watcher &w) const
 

Public Attributes

const ClauseAllocatorca
 

Detailed Description

Definition at line 218 of file Solver.h.

Constructor & Destructor Documentation

◆ WatcherDeleted()

Gluco2::Solver::WatcherDeleted::WatcherDeleted ( const ClauseAllocator & _ca)
inline

Definition at line 221 of file Solver.h.

221: ca(_ca) {}
const ClauseAllocator & ca
Definition Solver.h:220

Member Function Documentation

◆ operator()()

bool Gluco2::Solver::WatcherDeleted::operator() ( const Watcher & w) const
inline

Definition at line 222 of file Solver.h.

222{ return ca[w.cref].mark() == 1; }

Member Data Documentation

◆ ca

const ClauseAllocator& Gluco2::Solver::WatcherDeleted::ca

Definition at line 220 of file Solver.h.


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