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

DECLARATIONS ///. More...

Data Fields

int nFramesK
 
int nVars
 
Aig_Man_tpFrames
 
Cnf_Dat_tpCnf
 
sat_solverpSat
 
Vec_Int_tvOrLits
 
Vec_Int_tvAndLits
 
Vec_Int_tvAssLits
 

Detailed Description

DECLARATIONS ///.

CFile****************************************************************

FileName [intCheck.c]

SystemName [ABC: Logic synthesis and verification system.]

PackageName [Interpolation engine.]

Synopsis [Procedures to perform incremental inductive check.]

Author [Alan Mishchenko]

Affiliation [UC Berkeley]

Date [Ver. 1.0. Started - June 24, 2008.]

Revision [

Id:
intCheck.c,v 1.00 2005/06/20 00:00:00 alanmi Exp

]

Definition at line 31 of file intCheck.c.

Field Documentation

int Inter_Check_t_::nFramesK

Definition at line 33 of file intCheck.c.

int Inter_Check_t_::nVars

Definition at line 34 of file intCheck.c.

Cnf_Dat_t* Inter_Check_t_::pCnf

Definition at line 36 of file intCheck.c.

Aig_Man_t* Inter_Check_t_::pFrames

Definition at line 35 of file intCheck.c.

sat_solver* Inter_Check_t_::pSat

Definition at line 37 of file intCheck.c.

Vec_Int_t* Inter_Check_t_::vAndLits

Definition at line 39 of file intCheck.c.

Vec_Int_t* Inter_Check_t_::vAssLits

Definition at line 40 of file intCheck.c.

Vec_Int_t* Inter_Check_t_::vOrLits

Definition at line 38 of file intCheck.c.


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