abc-master
|
#include "msatInt.h"
Go to the source code of this file.
Functions | |
static ABC_NAMESPACE_IMPL_START char * | Msat_TimeStamp () |
DECLARATIONS ///. More... | |
void | Msat_SolverPrintAssignment (Msat_Solver_t *p) |
FUNCTION DEFINITIONS ///. More... | |
void | Msat_SolverPrintClauses (Msat_Solver_t *p) |
void | Msat_SolverWriteDimacs (Msat_Solver_t *p, char *pFileName) |
void Msat_SolverPrintAssignment | ( | Msat_Solver_t * | p | ) |
FUNCTION DEFINITIONS ///.
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 47 of file msatSolverIo.c.
void Msat_SolverPrintClauses | ( | Msat_Solver_t * | p | ) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 79 of file msatSolverIo.c.
void Msat_SolverWriteDimacs | ( | Msat_Solver_t * | p, |
char * | pFileName | ||
) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 118 of file msatSolverIo.c.
|
static |
DECLARATIONS ///.
CFile****************************************************************
FileName [msatSolverIo.c]
PackageName [A C version of SAT solver MINISAT, originally developed in C++ by Niklas Een and Niklas Sorensson, Chalmers University of Technology, Sweden: http://www.cs.chalmers.se/~een/Satzoo.]
Synopsis [Input/output of CNFs.]
Author [Alan Mishchenko alanm] i@ee cs.be rkel ey.ed u
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - January 1, 2004.]
Revision [
]
Function*************************************************************
Synopsis [Returns the time stamp.]
Description []
SideEffects []
SeeAlso []
Definition at line 163 of file msatSolverIo.c.