abc-master
|
DECLARATIONS ///. More...
Data Fields | |
int | Num |
unsigned | fLearned: 1 |
unsigned | fMark: 1 |
unsigned | fTypeA: 1 |
unsigned | nSize: 14 |
unsigned | nSizeAlloc: 15 |
Msat_Lit_t | pData [0] |
DECLARATIONS ///.
CFile****************************************************************
FileName [msatClause.c]
PackageName [A C version of SAT solver MINISAT, originally developed in C++ by Niklas Een and Niklas Sorensson, Chalmers University of Technology, Sweden: http://www.cs.chalmers.se/~een/Satzoo.]
Synopsis [Procedures working with SAT clauses.]
Author [Alan Mishchenko alanm] i@ee cs.be rkel ey.ed u
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - January 1, 2004.]
Revision [
]
Definition at line 30 of file msatClause.c.
unsigned Msat_Clause_t_::fLearned |
Definition at line 33 of file msatClause.c.
unsigned Msat_Clause_t_::fMark |
Definition at line 34 of file msatClause.c.
unsigned Msat_Clause_t_::fTypeA |
Definition at line 35 of file msatClause.c.
unsigned Msat_Clause_t_::nSize |
Definition at line 36 of file msatClause.c.
unsigned Msat_Clause_t_::nSizeAlloc |
Definition at line 37 of file msatClause.c.
int Msat_Clause_t_::Num |
Definition at line 32 of file msatClause.c.
Msat_Lit_t Msat_Clause_t_::pData[0] |
Definition at line 38 of file msatClause.c.