#include <stdio.h>
#include <assert.h>
#include "satSolver.h"
Go to the source code of this file.
Functions | |
void | Sat_SolverTraceStart (sat_solver *pSat, char *pName) |
void | Sat_SolverTraceStop (sat_solver *pSat) |
void | Sat_SolverTraceWrite (sat_solver *pSat, int *pBeg, int *pEnd, int fRoot) |
void Sat_SolverTraceStart | ( | sat_solver * | pSat, | |
char * | pName | |||
) |
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 [
] DECLARATIONS /// FUNCTION DEFINITIONS ///Function*************************************************************
Synopsis [Start the trace recording.]
Description []
SideEffects []
SeeAlso []
Definition at line 52 of file satTrace.c.
void Sat_SolverTraceStop | ( | sat_solver * | pSat | ) |
Function*************************************************************
Synopsis [Stops the trace recording.]
Description []
SideEffects []
SeeAlso []
Definition at line 72 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 94 of file satTrace.c.