
Go to the source code of this file.
Functions | |
| void | Mio_SopPushSCC (Vec_Int_t *p, unsigned c) |
| FUNCTION DEFINITIONS ///. | |
| Vec_Int_t * | Mio_SopCoverOr (Vec_Int_t *p, Vec_Int_t *q) |
| Vec_Int_t * | Mio_SopCoverAnd (Vec_Int_t *p, Vec_Int_t *q) |
| Vec_Int_t * | Mio_SopVar0 (int i) |
| Vec_Int_t * | Mio_SopVar1 (int i) |
| Vec_Int_t * | Mio_SopConst0 () |
| Vec_Int_t * | Mio_SopConst1 () |
| char * | Mio_SopDeriveFromArray (Vec_Int_t *vSop, int nVars, Vec_Str_t *vStr, int fPolarity) |
| char * | Mio_LibDeriveSop (int nVars, Vec_Int_t *vExpr, Vec_Str_t *vStr) |
Function*************************************************************
Synopsis [Derives SOP representation.]
Description [The SOP is guaranteed to be SCC-free but not minimal.]
SideEffects []
SeeAlso []
Definition at line 257 of file mioSop.c.


| Vec_Int_t * Mio_SopConst0 | ( | ) |
| Vec_Int_t * Mio_SopConst1 | ( | ) |
Function*************************************************************
Synopsis [Make the AND of two covers.]
Description []
SideEffects []
SeeAlso []
Definition at line 106 of file mioSop.c.


Function*************************************************************
Synopsis [Make the OR of two covers.]
Description []
SideEffects []
SeeAlso []
Definition at line 82 of file mioSop.c.


Function*************************************************************
Synopsis [Derives SOP representation as the char string.]
Description []
SideEffects []
SeeAlso []
Definition at line 205 of file mioSop.c.

| void Mio_SopPushSCC | ( | Vec_Int_t * | p, |
| unsigned | c ) |
FUNCTION DEFINITIONS ///.
Function*************************************************************
Synopsis [Push while performing SCC.]
Description []
SideEffects []
SeeAlso []
Definition at line 52 of file mioSop.c.

| Vec_Int_t * Mio_SopVar0 | ( | int | i | ) |
Function*************************************************************
Synopsis [Create negative literal.]
Description []
SideEffects []
SeeAlso []
Definition at line 130 of file mioSop.c.

| Vec_Int_t * Mio_SopVar1 | ( | int | i | ) |
Function*************************************************************
Synopsis [Create positive literal.]
Description []
SideEffects []
SeeAlso []
Definition at line 149 of file mioSop.c.
