CVC3  2.4.1
Public Member Functions | Public Attributes
MiniSat::PushEntry Struct Reference

#include <minisat_solver.h>

List of all members.

Public Member Functions

 PushEntry (int clauseID, size_type trailSize, size_type qhead, size_type thead, bool ok)

Public Attributes

int d_clauseID
size_type d_trailSize
size_type d_qhead
size_type d_thead
bool d_ok

Detailed Description

Definition at line 174 of file minisat_solver.h.


Constructor & Destructor Documentation

MiniSat::PushEntry::PushEntry ( int  clauseID,
size_type  trailSize,
size_type  qhead,
size_type  thead,
bool  ok 
)
inline

Definition at line 185 of file minisat_solver.h.


Member Data Documentation

int MiniSat::PushEntry::d_clauseID

Definition at line 177 of file minisat_solver.h.

Referenced by MiniSat::Solver::pop(), and MiniSat::Solver::popClauses().

size_type MiniSat::PushEntry::d_trailSize

Definition at line 179 of file minisat_solver.h.

Referenced by MiniSat::Solver::pop().

size_type MiniSat::PushEntry::d_qhead

Definition at line 180 of file minisat_solver.h.

Referenced by MiniSat::Solver::pop().

size_type MiniSat::PushEntry::d_thead

Definition at line 181 of file minisat_solver.h.

Referenced by MiniSat::Solver::pop().

bool MiniSat::PushEntry::d_ok

Definition at line 183 of file minisat_solver.h.

Referenced by MiniSat::Solver::pop().


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