abc-master
|
#include "msatInt.h"
Go to the source code of this file.
Functions | |
static ABC_NAMESPACE_IMPL_START char * | Msat_FileRead (FILE *pFile) |
DECLARATIONS ///. More... | |
static void | Msat_ReadWhitespace (char **pIn) |
static void | Msat_ReadNotWhitespace (char **pIn) |
static void | skipLine (char **pIn) |
static int | Msat_ReadInt (char **pIn) |
static void | Msat_ReadClause (char **pIn, Msat_Solver_t *p, Msat_IntVec_t *pLits) |
static int | Msat_ReadDimacs (char *pText, Msat_Solver_t **pS, int fVerbose) |
int | Msat_SolverParseDimacs (FILE *pFile, Msat_Solver_t **p, int fVerbose) |
GLOBAL VARIABLES ///. More... | |
|
static |
DECLARATIONS ///.
FUNCTION DEFINITIONS ///.
CFile****************************************************************
FileName [msatRead.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 [The reader of the CNF formula in DIMACS format.]
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 [Read the file into the internal buffer.]
Description []
SideEffects []
SeeAlso []
Definition at line 47 of file msatRead.c.
|
static |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 168 of file msatRead.c.
|
static |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 201 of file msatRead.c.
|
static |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 137 of file msatRead.c.
|
static |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 94 of file msatRead.c.
|
static |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 77 of file msatRead.c.
int Msat_SolverParseDimacs | ( | FILE * | pFile, |
Msat_Solver_t ** | p, | ||
int | fVerbose | ||
) |
GLOBAL VARIABLES ///.
Function*************************************************************
Synopsis [Starts the solver and reads the DIMAC file.]
Description [Returns FALSE upon immediate conflict.]
SideEffects []
SeeAlso []
Definition at line 258 of file msatRead.c.
|
static |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 111 of file msatRead.c.