#include "gia.h"

Go to the source code of this file.
Classes | |
| struct | CbsP_Par_t_ |
| struct | CbsP_Que_t_ |
| struct | CbsP_Man_t_ |
Macros | |
| #define | CBS_UNSAT 1 |
| #define | CBS_SAT 0 |
| #define | CBS_UNDEC -1 |
Typedefs | |
| typedef typedefABC_NAMESPACE_HEADER_START struct CbsP_Par_t_ | CbsP_Par_t |
| INCLUDES ///. | |
| typedef struct CbsP_Que_t_ | CbsP_Que_t |
| typedef struct CbsP_Man_t_ | CbsP_Man_t |
Functions | |
| CbsP_Man_t * | CbsP_ManAlloc (Gia_Man_t *pGia) |
| void | CbsP_ManStop (CbsP_Man_t *p) |
| void | CbsP_ManSatPrintStats (CbsP_Man_t *p) |
| void | CbsP_PrintRecord (CbsP_Par_t *pPars) |
| int | CbsP_ManSolve2 (CbsP_Man_t *p, Gia_Obj_t *pObj, Gia_Obj_t *pObj2) |
| #define CBS_SAT 0 |
Definition at line 111 of file giaCSatP.h.
| #define CBS_UNDEC -1 |
Definition at line 112 of file giaCSatP.h.
| #define CBS_UNSAT 1 |
Definition at line 110 of file giaCSatP.h.
| typedef struct CbsP_Man_t_ CbsP_Man_t |
Definition at line 75 of file giaCSatP.h.
| typedef typedefABC_NAMESPACE_HEADER_START struct CbsP_Par_t_ CbsP_Par_t |
| typedef struct CbsP_Que_t_ CbsP_Que_t |
Definition at line 66 of file giaCSatP.h.
| CbsP_Man_t * CbsP_ManAlloc | ( | Gia_Man_t * | pGia | ) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 173 of file giaCSatP.c.


| void CbsP_ManSatPrintStats | ( | CbsP_Man_t * | p | ) |
Function*************************************************************
Synopsis [Prints statistics of the manager.]
Description []
SideEffects []
SeeAlso []
Definition at line 1073 of file giaCSatP.c.

| int CbsP_ManSolve2 | ( | CbsP_Man_t * | p, |
| Gia_Obj_t * | pObj, | ||
| Gia_Obj_t * | pObj2 ) |
Definition at line 1017 of file giaCSatP.c.


| void CbsP_ManStop | ( | CbsP_Man_t * | p | ) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 204 of file giaCSatP.c.

| void CbsP_PrintRecord | ( | CbsP_Par_t * | pPars | ) |
Definition at line 148 of file giaCSatP.c.
