abc-master
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Minisat::SimpSolver::ClauseDeleted Struct Reference

#include <SimpSolver.h>

Public Member Functions

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

Data Fields

const ClauseAllocatorca
 

Detailed Description

Definition at line 119 of file SimpSolver.h.

Constructor & Destructor Documentation

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

Definition at line 121 of file SimpSolver.h.

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

Member Function Documentation

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

Definition at line 122 of file SimpSolver.h.

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

Field Documentation

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

Definition at line 120 of file SimpSolver.h.


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