CVC3  2.4.1
Public Member Functions | Public Attributes
SatSolver::Clause Union Reference

#include <sat_api.h>

List of all members.

Public Member Functions

 Clause ()
bool IsNull ()
void Reset ()

Public Attributes

long id
void * vptr

Detailed Description

Definition at line 67 of file sat_api.h.


Constructor & Destructor Documentation

SatSolver::Clause::Clause ( )
inline

Definition at line 70 of file sat_api.h.


Member Function Documentation

bool SatSolver::Clause::IsNull ( )
inline

Definition at line 71 of file sat_api.h.

Referenced by SAT::DPLLTBasic::verify_solution().

void SatSolver::Clause::Reset ( )
inline

Definition at line 72 of file sat_api.h.


Member Data Documentation

long SatSolver::Clause::id
void* SatSolver::Clause::vptr

Definition at line 69 of file sat_api.h.


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