abc-master
|
#include "satSolver.h"
Go to the source code of this file.
Functions | |
ABC_NAMESPACE_IMPL_START void | Sat_SolverTraceStart (sat_solver *pSat, char *pName) |
DECLARATIONS ///. More... | |
void | Sat_SolverTraceStop (sat_solver *pSat) |
void | Sat_SolverTraceWrite (sat_solver *pSat, int *pBeg, int *pEnd, int fRoot) |
ABC_NAMESPACE_IMPL_START void Sat_SolverTraceStart | ( | sat_solver * | pSat, |
char * | pName | ||
) |
DECLARATIONS ///.
CFile****************************************************************
FileName [satTrace.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [SAT sat_solver.]
Synopsis [Records the trace of SAT solving in the CNF form.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - June 20, 2005.]
Revision [
]FUNCTION DEFINITIONS /// Function*************************************************************
Synopsis [Start the trace recording.]
Description []
SideEffects []
SeeAlso []
Definition at line 53 of file satTrace.c.
void Sat_SolverTraceStop | ( | sat_solver * | pSat | ) |
Function*************************************************************
Synopsis [Stops the trace recording.]
Description []
SideEffects []
SeeAlso []
Definition at line 73 of file satTrace.c.
void Sat_SolverTraceWrite | ( | sat_solver * | pSat, |
int * | pBeg, | ||
int * | pEnd, | ||
int | fRoot | ||
) |
Function*************************************************************
Synopsis [Writes one clause into the trace file.]
Description []
SideEffects []
SeeAlso []
Definition at line 95 of file satTrace.c.