#include "covInt.h"
Go to the source code of this file.
Functions | |
| void | Min_SopMinimize (Min_Man_t *p) |
| FUNCTION DEFINITIONS ///. | |
| int | Min_SopAddCubeInt (Min_Man_t *p, Min_Cube_t *pCube) |
| void | Min_SopAddCube (Min_Man_t *p, Min_Cube_t *pCube) |
| void | Min_SopContain (Min_Man_t *p) |
| void | Min_SopDist1Merge (Min_Man_t *p) |
| Min_Cube_t * | Min_SopComplement (Min_Man_t *p, Min_Cube_t *pSharp) |
| int | Min_SopCheck (Min_Man_t *p) |
| void Min_SopAddCube | ( | Min_Man_t * | p, |
| Min_Cube_t * | pCube ) |
Function*************************************************************
Synopsis [Adds the cube to storage.]
Description []
SideEffects []
SeeAlso []
Definition at line 433 of file covMinSop.c.


| int Min_SopAddCubeInt | ( | Min_Man_t * | p, |
| Min_Cube_t * | pCube ) |
Function*************************************************************
Synopsis [Adds cube to the SOP cover stored in the manager.]
Description [Returns 0 if the cube is added or removed. Returns 1 if the cube is glued with some other cube and has to be added again.]
SideEffects []
SeeAlso []
Definition at line 361 of file covMinSop.c.

| int Min_SopCheck | ( | Min_Man_t * | p | ) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 585 of file covMinSop.c.
| Min_Cube_t * Min_SopComplement | ( | Min_Man_t * | p, |
| Min_Cube_t * | pSharp ) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 526 of file covMinSop.c.

| void Min_SopContain | ( | Min_Man_t * | p | ) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 456 of file covMinSop.c.

| void Min_SopDist1Merge | ( | Min_Man_t * | p | ) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 494 of file covMinSop.c.

| void Min_SopMinimize | ( | Min_Man_t * | p | ) |
FUNCTION DEFINITIONS ///.
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 47 of file covMinSop.c.
