abc-master
|
#include "mfsInt.h"
Go to the source code of this file.
Functions | |
ABC_NAMESPACE_IMPL_START int | Abc_NtkMfsSolveSat_iter (Mfs_Man_t *p) |
DECLARATIONS ///. More... | |
int | Abc_NtkMfsSolveSat (Mfs_Man_t *p, Abc_Obj_t *pNode) |
int | Abc_NtkAddOneHotness (Mfs_Man_t *p) |
int Abc_NtkAddOneHotness | ( | Mfs_Man_t * | p | ) |
Function*************************************************************
Synopsis [Adds one-hotness constraints for the window inputs.]
Description []
SideEffects []
SeeAlso []
Definition at line 155 of file mfsSat.c.
Function*************************************************************
Synopsis [Enumerates through the SAT assignments.]
Description []
SideEffects []
SeeAlso []
Definition at line 95 of file mfsSat.c.
ABC_NAMESPACE_IMPL_START int Abc_NtkMfsSolveSat_iter | ( | Mfs_Man_t * | p | ) |
DECLARATIONS ///.
CFile****************************************************************
FileName [mfsSat.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [The good old minimization with complete don't-cares.]
Synopsis [Procedures to compute don't-cares using SAT.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - June 20, 2005.]
Revision [
]FUNCTION DEFINITIONS /// Function*************************************************************
Synopsis [Enumerates through the SAT assignments.]
Description []
SideEffects []
SeeAlso []
Definition at line 45 of file mfsSat.c.