abc-master
|
DECLARATIONS ///. More...
Data Fields | |
Msat_Solver_t * | pSat |
Msat_IntVec_t * | vIndex |
Msat_IntVec_t * | vHeap |
Msat_OrderVar_t * | pVars |
int | nVarsAlloc |
Msat_OrderRing_t | rVars |
DECLARATIONS ///.
CFile****************************************************************
FileName [msatOrder.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 [The manager of variable assignment.]
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 31 of file msatOrderH.c.
int Msat_Order_t_::nVarsAlloc |
Definition at line 59 of file msatOrderJ.c.
Msat_Solver_t * Msat_Order_t_::pSat |
Definition at line 33 of file msatOrderH.c.
Msat_OrderVar_t* Msat_Order_t_::pVars |
Definition at line 58 of file msatOrderJ.c.
Msat_OrderRing_t Msat_Order_t_::rVars |
Definition at line 60 of file msatOrderJ.c.
Msat_IntVec_t* Msat_Order_t_::vHeap |
Definition at line 35 of file msatOrderH.c.
Msat_IntVec_t* Msat_Order_t_::vIndex |
Definition at line 34 of file msatOrderH.c.