#include "bmc.h"#include "sat/cnf/cnf.h"#include "sat/bsat/satStore.h"#include "aig/gia/giaAig.h"
Go to the source code of this file.
Functions | |
| void | Gia_ManInseInit (Gia_Man_t *p, Vec_Int_t *vInit) |
| FUNCTION DEFINITIONS ///. | |
| void | Gia_ManInseSimulateObj (Gia_Man_t *p, int Id) |
| int | Gia_ManInseHighestScore (Gia_Man_t *p, int *pCost) |
| void | Gia_ManInseFindStarting (Gia_Man_t *p, int iPat, Vec_Int_t *vInit, Vec_Int_t *vInputs) |
| Vec_Int_t * | Gia_ManInseSimulate (Gia_Man_t *p, Vec_Int_t *vInit0, Vec_Int_t *vInputs, Vec_Int_t *vInit) |
| Vec_Int_t * | Gia_ManInsePerform (Gia_Man_t *p, Vec_Int_t *vInit0, int nFrames, int nWords, int fVerbose) |
| Vec_Int_t * | Gia_ManInseTest (Gia_Man_t *p, Vec_Int_t *vInit0, int nFrames, int nWords, int nTimeOut, int fSim, int fVerbose) |
Definition at line 198 of file bmcInse.c.

| int Gia_ManInseHighestScore | ( | Gia_Man_t * | p, |
| int * | pCost ) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 173 of file bmcInse.c.

FUNCTION DEFINITIONS ///.
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 52 of file bmcInse.c.

| Vec_Int_t * Gia_ManInsePerform | ( | Gia_Man_t * | p, |
| Vec_Int_t * | vInit0, | ||
| int | nFrames, | ||
| int | nWords, | ||
| int | fVerbose ) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 277 of file bmcInse.c.


| Vec_Int_t * Gia_ManInseSimulate | ( | Gia_Man_t * | p, |
| Vec_Int_t * | vInit0, | ||
| Vec_Int_t * | vInputs, | ||
| Vec_Int_t * | vInit ) |
Definition at line 231 of file bmcInse.c.

| void Gia_ManInseSimulateObj | ( | Gia_Man_t * | p, |
| int | Id ) |
Definition at line 72 of file bmcInse.c.


| Vec_Int_t * Gia_ManInseTest | ( | Gia_Man_t * | p, |
| Vec_Int_t * | vInit0, | ||
| int | nFrames, | ||
| int | nWords, | ||
| int | nTimeOut, | ||
| int | fSim, | ||
| int | fVerbose ) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 328 of file bmcInse.c.
