abc-master
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Msat_Order_t_ Struct Reference

DECLARATIONS ///. More...

Data Fields

Msat_Solver_tpSat
 
Msat_IntVec_tvIndex
 
Msat_IntVec_tvHeap
 
Msat_OrderVar_tpVars
 
int nVarsAlloc
 
Msat_OrderRing_t rVars
 

Detailed Description

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.nosp@m.i@ee.nosp@m.cs.be.nosp@m.rkel.nosp@m.ey.ed.nosp@m.u]

Affiliation [UC Berkeley]

Date [Ver. 1.0. Started - January 1, 2004.]

Revision [

Id:
msatOrder.c,v 1.0 2005/05/30 1:00:00 alanmi Exp

]

Definition at line 31 of file msatOrderH.c.

Field Documentation

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.


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