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

#include <SimpSolver.h>

Collaboration diagram for Minisat::SimpSolver::ClauseDeleted:

Public Member Functions

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

Public Attributes

const ClauseAllocatorca
 

Detailed Description

Definition at line 120 of file SimpSolver.h.

Constructor & Destructor Documentation

◆ ClauseDeleted()

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

Definition at line 122 of file SimpSolver.h.

122: ca(_ca) {}
const ClauseAllocator & ca
Definition SimpSolver.h:121

Member Function Documentation

◆ operator()()

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

Definition at line 123 of file SimpSolver.h.

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

Member Data Documentation

◆ ca

const ClauseAllocator& Minisat::SimpSolver::ClauseDeleted::ca

Definition at line 121 of file SimpSolver.h.


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