abc-master
|
#include <stdio.h>
#include "base/main/main.h"
#include "aig/aig/aig.h"
#include "aig/saig/saig.h"
#include <string.h>
#include "base/main/mainInt.h"
#include "proof/pdr/pdr.h"
#include <time.h>
Go to the source code of this file.
Functions | |
ABC_NAMESPACE_IMPL_START long | countCombination (long n, long k) |
void | listCombination (int n, int t) |
int | generateCombinatorialStabil (Aig_Man_t *pAigNew, Aig_Man_t *pAigOld, Vec_Int_t *vCandidateMonotoneSignals_, Vec_Ptr_t *vDisj_nCk_, int combN, int combK) |
int | generateCombinatorialStabilExhaust (Aig_Man_t *pAigNew, Aig_Man_t *pAigOld, Vec_Ptr_t *vDisj_nCk_, int combN, int combK) |
Aig_Man_t * | generateDisjunctiveTester (Abc_Ntk_t *pNtk, Aig_Man_t *pAig, int combN, int combK) |
Aig_Man_t * | generateGeneralDisjunctiveTester (Abc_Ntk_t *pNtk, Aig_Man_t *pAig, int combK) |
ABC_NAMESPACE_IMPL_START long countCombination | ( | long | n, |
long | k | ||
) |
Definition at line 12 of file combination.c.
int generateCombinatorialStabil | ( | Aig_Man_t * | pAigNew, |
Aig_Man_t * | pAigOld, | ||
Vec_Int_t * | vCandidateMonotoneSignals_, | ||
Vec_Ptr_t * | vDisj_nCk_, | ||
int | combN, | ||
int | combK | ||
) |
Definition at line 54 of file combination.c.
int generateCombinatorialStabilExhaust | ( | Aig_Man_t * | pAigNew, |
Aig_Man_t * | pAigOld, | ||
Vec_Ptr_t * | vDisj_nCk_, | ||
int | combN, | ||
int | combK | ||
) |
Definition at line 101 of file combination.c.
Definition at line 148 of file combination.c.
Definition at line 321 of file combination.c.
void listCombination | ( | int | n, |
int | t | ||
) |
Definition at line 20 of file combination.c.