abc-master
|
#include "cutInt.h"
Go to the source code of this file.
Functions | |
ABC_NAMESPACE_IMPL_START Cut_Cut_t * | Cut_NodeReadCutsNew (Cut_Man_t *p, int Node) |
DECLARATIONS ///. More... | |
Cut_Cut_t * | Cut_NodeReadCutsOld (Cut_Man_t *p, int Node) |
Cut_Cut_t * | Cut_NodeReadCutsTemp (Cut_Man_t *p, int Node) |
void | Cut_NodeWriteCutsNew (Cut_Man_t *p, int Node, Cut_Cut_t *pList) |
void | Cut_NodeWriteCutsOld (Cut_Man_t *p, int Node, Cut_Cut_t *pList) |
void | Cut_NodeWriteCutsTemp (Cut_Man_t *p, int Node, Cut_Cut_t *pList) |
void | Cut_NodeSetTriv (Cut_Man_t *p, int Node) |
void | Cut_NodeTryDroppingCuts (Cut_Man_t *p, int Node) |
void | Cut_NodeFreeCuts (Cut_Man_t *p, int Node) |
void Cut_NodeFreeCuts | ( | Cut_Man_t * | p, |
int | Node | ||
) |
Function*************************************************************
Synopsis [Deallocates the cuts at the node.]
Description []
SideEffects []
SeeAlso []
Definition at line 184 of file cutApi.c.
ABC_NAMESPACE_IMPL_START Cut_Cut_t* Cut_NodeReadCutsNew | ( | Cut_Man_t * | p, |
int | Node | ||
) |
DECLARATIONS ///.
MACRO DEFINITIONS ///.
CFile****************************************************************
FileName [cutNode.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [K-feasible cut computation package.]
Synopsis [Procedures to compute cuts for a node.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - June 20, 2005.]
Revision [
]FUNCTION DEFINITIONS /// Function*************************************************************
Synopsis [Returns the pointer to the linked list of cuts.]
Description []
SideEffects []
SeeAlso []
Definition at line 45 of file cutApi.c.
void Cut_NodeSetTriv | ( | Cut_Man_t * | p, |
int | Node | ||
) |
Function*************************************************************
Synopsis [Sets the trivial cut for the node.]
Description []
SideEffects []
SeeAlso []
Definition at line 145 of file cutApi.c.
void Cut_NodeTryDroppingCuts | ( | Cut_Man_t * | p, |
int | Node | ||
) |
Function*************************************************************
Synopsis [Consider dropping cuts if they are useless by now.]
Description []
SideEffects []
SeeAlso []
Definition at line 162 of file cutApi.c.
Function*************************************************************
Synopsis [Returns the pointer to the linked list of cuts.]
Description []
SideEffects []
SeeAlso []
Definition at line 97 of file cutApi.c.
Function*************************************************************
Synopsis [Returns the pointer to the linked list of cuts.]
Description []
SideEffects []
SeeAlso []
Definition at line 113 of file cutApi.c.
Function*************************************************************
Synopsis [Returns the pointer to the linked list of cuts.]
Description []
SideEffects []
SeeAlso []
Definition at line 129 of file cutApi.c.