#include "fraigInt.h"
Go to the source code of this file.
Functions | |
| void | Fraig_FeedBackInit (Fraig_Man_t *p) |
| FUNCTION DEFINITIONS ///. | |
| void | Fraig_FeedBack (Fraig_Man_t *p, int *pModel, Msat_IntVec_t *vVars, Fraig_Node_t *pOld, Fraig_Node_t *pNew) |
| int | Fraig_FeedBackCompress (Fraig_Man_t *p) |
| int * | Fraig_ManAllocCounterExample (Fraig_Man_t *p) |
| int | Fraig_ManSimulateBitNode_rec (Fraig_Man_t *p, Fraig_Node_t *pNode) |
| int | Fraig_ManSimulateBitNode (Fraig_Man_t *p, Fraig_Node_t *pNode, int *pModel) |
| int * | Fraig_ManSaveCounterExample (Fraig_Man_t *p, Fraig_Node_t *pNode) |
| void Fraig_FeedBack | ( | Fraig_Man_t * | p, |
| int * | pModel, | ||
| Msat_IntVec_t * | vVars, | ||
| Fraig_Node_t * | pOld, | ||
| Fraig_Node_t * | pNew ) |
Function*************************************************************
Synopsis [Processes the feedback from teh solver.]
Description [Array pModel gives the value of each variable in the SAT solver. Array vVars is the array of integer numbers of variables involves in this conflict.]
SideEffects []
SeeAlso []
Definition at line 80 of file fraigFeed.c.


| int Fraig_FeedBackCompress | ( | Fraig_Man_t * | p | ) |
Function*************************************************************
Synopsis [Compress the simulation patterns.]
Description []
SideEffects []
SeeAlso []
Definition at line 278 of file fraigFeed.c.


| void Fraig_FeedBackInit | ( | Fraig_Man_t * | p | ) |
FUNCTION DEFINITIONS ///.
Function*************************************************************
Synopsis [Initializes the feedback information.]
Description []
SideEffects []
SeeAlso []
Definition at line 57 of file fraigFeed.c.


| int * Fraig_ManAllocCounterExample | ( | Fraig_Man_t * | p | ) |
Function*************************************************************
Synopsis [Generated trivial counter example.]
Description []
SideEffects []
SeeAlso []
Definition at line 787 of file fraigFeed.c.


| int * Fraig_ManSaveCounterExample | ( | Fraig_Man_t * | p, |
| Fraig_Node_t * | pNode ) |
Function*************************************************************
Synopsis [Saves the counter example.]
Description []
SideEffects []
SeeAlso []
Definition at line 860 of file fraigFeed.c.


| int Fraig_ManSimulateBitNode | ( | Fraig_Man_t * | p, |
| Fraig_Node_t * | pNode, | ||
| int * | pModel ) |
Function*************************************************************
Synopsis [Simulates one bit.]
Description []
SideEffects []
SeeAlso []
Definition at line 832 of file fraigFeed.c.


| int Fraig_ManSimulateBitNode_rec | ( | Fraig_Man_t * | p, |
| Fraig_Node_t * | pNode ) |
Function*************************************************************
Synopsis [Saves the counter example.]
Description []
SideEffects []
SeeAlso []
Definition at line 807 of file fraigFeed.c.

