#include <cassert>#include "misc/vec/vec.h"#include "sat/cnf/cnf.h"#include "sat/bsat/satSolver.h"#include "relationGeneration.hpp"
Go to the source code of this file.
Namespaces | |
| namespace | eSLIM |
Functions | |
| ABC_NAMESPACE_HEADER_START void * | Mf_ManGenerateCnf (Gia_Man_t *pGia, int nLutSize, int fCnfObjIds, int fAddOrCla, int fMapping, int fVerbose) |
| void * | Cnf_DataWriteIntoSolver (Cnf_Dat_t *p, int nFrames, int fInit) |
| Vec_Int_t * | Gia_ManCollectNodeTfos (Gia_Man_t *p, int *pNodes, int nNodes) |
| Vec_Int_t * | Gia_ManCollectNodeTfis (Gia_Man_t *p, Vec_Int_t *vNodes) |
| void * Cnf_DataWriteIntoSolver | ( | Cnf_Dat_t * | p, |
| int | nFrames, | ||
| int | fInit ) |
Function*************************************************************
Synopsis [Writes CNF into a file.]
Description []
SideEffects []
SeeAlso []
Definition at line 579 of file cnfMan.c.

Definition at line 1093 of file giaQbf.c.


Function*************************************************************
Synopsis [Derive the SAT solver.]
Description []
SideEffects []
SeeAlso []
Definition at line 1075 of file giaQbf.c.


| ABC_NAMESPACE_HEADER_START void * Mf_ManGenerateCnf | ( | Gia_Man_t * | pGia, |
| int | nLutSize, | ||
| int | fCnfObjIds, | ||
| int | fAddOrCla, | ||
| int | fMapping, | ||
| int | fVerbose ) |
CFile****************************************************************
FileName [relationGeneration.cpp]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Using Exact Synthesis with the SAT-based Local Improvement Method (eSLIM).]
Synopsis [Procedures for computing Boolean relations.]
Author [Franz-Xaver Reichl]
Affiliation [University of Freiburg]
Date [Ver. 1.0. Started - March 2025.]
Revision [
]
Function*************************************************************
Synopsis [CNF generation]
Description []
SideEffects []
SeeAlso []
Definition at line 1877 of file giaMf.c.
