yosys-master
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
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
 

Data Fields

const ClauseAllocatorca
 

Detailed Description

Definition at line 127 of file SimpSolver.h.

Constructor & Destructor Documentation

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

Definition at line 129 of file SimpSolver.h.

129 : ca(_ca) {}
const ClauseAllocator & ca
Definition: SimpSolver.h:128

Member Function Documentation

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

Definition at line 130 of file SimpSolver.h.

130 { return ca[cr].mark() == 1; } };
const ClauseAllocator & ca
Definition: SimpSolver.h:128

Field Documentation

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

Definition at line 128 of file SimpSolver.h.


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