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

#include <SimpSolver.h>

Collaboration diagram for Gluco::SimpSolver::ClauseDeleted:

Public Member Functions

 ClauseDeleted (const ClauseAllocator &_ca)
 
bool operator() (const CRef &cr) const
 

Public Attributes

const ClauseAllocatorca
 

Detailed Description

Definition at line 124 of file SimpSolver.h.

Constructor & Destructor Documentation

◆ ClauseDeleted()

Gluco::SimpSolver::ClauseDeleted::ClauseDeleted ( const ClauseAllocator & _ca)
inlineexplicit

Definition at line 126 of file SimpSolver.h.

126: ca(_ca) {}
const ClauseAllocator & ca
Definition SimpSolver.h:125

Member Function Documentation

◆ operator()()

bool Gluco::SimpSolver::ClauseDeleted::operator() ( const CRef & cr) const
inline

Definition at line 127 of file SimpSolver.h.

127{ return ca[cr].mark() == 1; } };

Member Data Documentation

◆ ca

const ClauseAllocator& Gluco::SimpSolver::ClauseDeleted::ca

Definition at line 125 of file SimpSolver.h.


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