|
abc-master
|
#include "llbInt.h"Go to the source code of this file.
Functions | |
| ABC_NAMESPACE_IMPL_START int | Llb_ManComputeCommonQuant (Llb_Mtr_t *p, int iCol1, int iCol2) |
| DECLARATIONS ///. More... | |
| int | Llb_ManComputeBestQuant (Llb_Mtr_t *p) |
| float ** | Llb_ManComputeQuant (Llb_Mtr_t *p) |
| float | Llb_ManComputeCommonAttr (Llb_Mtr_t *p, int iCol1, int iCol2) |
| int | Llb_ManComputeBestAttr (Llb_Mtr_t *p) |
| float ** | Llb_ManComputeAttr (Llb_Mtr_t *p) |
| void | Llb_MtrCombineSelectedColumns (Llb_Mtr_t *p, int iGrp1, int iGrp2) |
| void | Llb_ManClusterOne (Llb_Mtr_t *p, int iCol1, int iCol2) |
| void | Llb_ManClusterCompress (Llb_Mtr_t *p) |
| void | Llb_ManCluster (Llb_Mtr_t *p) |
| void Llb_ManCluster | ( | Llb_Mtr_t * | p | ) |
Function*************************************************************
Synopsis [Combines one pair of columns.]
Description []
SideEffects []
SeeAlso []
Definition at line 324 of file llb1Cluster.c.
| void Llb_ManClusterCompress | ( | Llb_Mtr_t * | p | ) |
Function*************************************************************
Synopsis [Removes empty columns.]
Description []
SideEffects []
SeeAlso []
Definition at line 293 of file llb1Cluster.c.
| void Llb_ManClusterOne | ( | Llb_Mtr_t * | p, |
| int | iCol1, | ||
| int | iCol2 | ||
| ) |
Function*************************************************************
Synopsis [Combines one pair of columns.]
Description []
SideEffects []
SeeAlso []
Definition at line 258 of file llb1Cluster.c.
| float** Llb_ManComputeAttr | ( | Llb_Mtr_t * | p | ) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 196 of file llb1Cluster.c.
| int Llb_ManComputeBestAttr | ( | Llb_Mtr_t * | p | ) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 164 of file llb1Cluster.c.
| int Llb_ManComputeBestQuant | ( | Llb_Mtr_t * | p | ) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 72 of file llb1Cluster.c.
| float Llb_ManComputeCommonAttr | ( | Llb_Mtr_t * | p, |
| int | iCol1, | ||
| int | iCol2 | ||
| ) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 134 of file llb1Cluster.c.
| ABC_NAMESPACE_IMPL_START int Llb_ManComputeCommonQuant | ( | Llb_Mtr_t * | p, |
| int | iCol1, | ||
| int | iCol2 | ||
| ) |
DECLARATIONS ///.
CFile****************************************************************
FileName [llb1Cluster.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [BDD based reachability.]
Synopsis [Clustering algorithm.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - June 20, 2005.]
Revision [
]FUNCTION DEFINITIONS /// Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 45 of file llb1Cluster.c.
| float** Llb_ManComputeQuant | ( | Llb_Mtr_t * | p | ) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 107 of file llb1Cluster.c.
| void Llb_MtrCombineSelectedColumns | ( | Llb_Mtr_t * | p, |
| int | iGrp1, | ||
| int | iGrp2 | ||
| ) |
Function*************************************************************
Synopsis [Returns the number of variables that will be saved.]
Description []
SideEffects []
SeeAlso []
Definition at line 224 of file llb1Cluster.c.