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.
Data Structures | |
struct | aigPoIndices |
struct | antecedentConsequentVectorsStruct |
struct aigPoIndices* allocAigPoIndices | ( | ) |
Definition at line 43 of file monotone.c.
struct antecedentConsequentVectorsStruct* allocAntecedentConsequentVectorsStruct | ( | ) |
Definition at line 49 of file disjunctiveMonotone.c.
Definition at line 566 of file disjunctiveMonotone.c.
int collectSafetyInvariantPOIndex | ( | Abc_Ntk_t * | pNtk | ) |
Definition at line 425 of file kliveness.c.
Aig_Man_t* createDisjunctiveMonotoneTester | ( | Aig_Man_t * | pAig, |
struct aigPoIndices * | aigPoIndicesArg, | ||
struct antecedentConsequentVectorsStruct * | anteConseVectors, | ||
int * | startMonotonePropPo | ||
) |
Definition at line 72 of file disjunctiveMonotone.c.
Vec_Int_t* createSingletonIntVector | ( | int | iElem | ) |
Definition at line 380 of file disjunctiveMonotone.c.
void deallocAigPoIndices | ( | struct aigPoIndices * | toBeDeletedAigPoIndices | ) |
Definition at line 57 of file monotone.c.
void deallocAntecedentConsequentVectorsStruct | ( | struct antecedentConsequentVectorsStruct * | toBeDeleted | ) |
Definition at line 62 of file disjunctiveMonotone.c.
void deallocateVecOfIntVec | ( | Vec_Ptr_t * | vecOfIntVec | ) |
Definition at line 581 of file disjunctiveMonotone.c.
Definition at line 596 of file disjunctiveMonotone.c.
Vec_Int_t* findNewDisjunctiveMonotone | ( | Aig_Man_t * | pAig, |
struct aigPoIndices * | aigPoIndicesArg, | ||
struct antecedentConsequentVectorsStruct * | anteConseVectors | ||
) |
Definition at line 275 of file disjunctiveMonotone.c.
Vec_Ptr_t* findNextLevelDisjunctiveMonotone | ( | Aig_Man_t * | pAig, |
struct aigPoIndices * | aigPoIndicesInstance, | ||
struct antecedentConsequentVectorsStruct * | anteConsecInstance, | ||
Vec_Ptr_t * | previousMonotoneVectors | ||
) |
Definition at line 450 of file disjunctiveMonotone.c.
Definition at line 498 of file disjunctiveMonotone.c.
Definition at line 529 of file disjunctiveMonotone.c.
Vec_Int_t* updateAnteConseVectors | ( | struct antecedentConsequentVectorsStruct * | anteConse | ) |
Definition at line 344 of file disjunctiveMonotone.c.
int Vec_IntPushUniqueLocal | ( | Vec_Int_t * | p, |
int | Entry | ||
) |
Definition at line 440 of file disjunctiveMonotone.c.
Definition at line 363 of file disjunctiveMonotone.c.