#include "covInt.h"
Go to the source code of this file.
Functions | |
| void | Min_EsopMinimize (Min_Man_t *p) |
| FUNCTION DEFINITIONS ///. | |
| int | Min_EsopAddCubeInt (Min_Man_t *p, Min_Cube_t *pCube) |
| void | Min_EsopAddCube (Min_Man_t *p, Min_Cube_t *pCube) |
| void Min_EsopAddCube | ( | Min_Man_t * | p, |
| Min_Cube_t * | pCube ) |
Function*************************************************************
Synopsis [Adds the cube to storage.]
Description []
SideEffects []
SeeAlso []
Definition at line 291 of file covMinEsop.c.


| int Min_EsopAddCubeInt | ( | Min_Man_t * | p, |
| Min_Cube_t * | pCube ) |
Function*************************************************************
Synopsis [Adds the cube to storage.]
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. Do not forget to clean the storage!]
SideEffects []
SeeAlso []
Definition at line 220 of file covMinEsop.c.

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