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

#include <SimpSolver.h>

Collaboration diagram for Gluco2::SimpSolver::ClauseDeleted:

Public Member Functions

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

Public Attributes

const ClauseAllocatorca
 

Detailed Description

Definition at line 139 of file SimpSolver.h.

Constructor & Destructor Documentation

◆ ClauseDeleted()

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

Definition at line 141 of file SimpSolver.h.

141: ca(_ca) {}
const ClauseAllocator & ca
Definition SimpSolver.h:140

Member Function Documentation

◆ operator()()

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

Definition at line 142 of file SimpSolver.h.

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

Member Data Documentation

◆ ca

const ClauseAllocator& Gluco2::SimpSolver::ClauseDeleted::ca

Definition at line 140 of file SimpSolver.h.


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