#include <ctype.h>#include "misc/util/abc_global.h"#include "misc/vec/vecInt.h"#include "xsatSolver.h"
Go to the source code of this file.
Functions | |
| ABC_NAMESPACE_IMPL_START char * | xSAT_FileRead (FILE *pFile) |
| INCLUDES ///. | |
| int | xSAT_SolverParseDimacs (FILE *pFile, xSAT_Solver_t **p) |
| FUNCTION DECLARATIONS ///. | |
| ABC_NAMESPACE_IMPL_START char * xSAT_FileRead | ( | FILE * | pFile | ) |
INCLUDES ///.
CFile****************************************************************
FileName [xsatCnfReader.h]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [xSAT - A SAT solver written in C. Read the license file for more info.]
Synopsis [CNF DIMACS file format parser.]
Author [Bruno Schmitt bosch.nosp@m.mitt.nosp@m.@inf..nosp@m.ufrg.nosp@m.s.br]
Affiliation [UC Berkeley / UFRGS]
Date [Ver. 1.0. Started - November 10, 2016.]
Revision [] FUNCTION DEFINITIONS /// Function*************************************************************
Synopsis [Read the file into the internal buffer.]
Description []
SideEffects []
SeeAlso []
Definition at line 49 of file xsatCnfReader.c.


| int xSAT_SolverParseDimacs | ( | FILE * | pFile, |
| xSAT_Solver_t ** | p ) |
FUNCTION DECLARATIONS ///.
Function*************************************************************
Synopsis [Starts the solver and reads the DIMAC file.]
Description [Returns FALSE upon immediate conflict.]
SideEffects []
SeeAlso []
Definition at line 222 of file xsatCnfReader.c.
