

Go to the source code of this file.
Typedefs | |
| typedef struct xSAT_Solver_t_ | xSAT_Solver_t |
Functions | |
| int | xSAT_SolverParseDimacs (FILE *, xSAT_Solver_t **) |
| FUNCTION DECLARATIONS ///. | |
| xSAT_Solver_t * | xSAT_SolverCreate () |
| void | xSAT_SolverDestroy (xSAT_Solver_t *) |
| int | xSAT_SolverAddClause (xSAT_Solver_t *, Vec_Int_t *) |
| int | xSAT_SolverSimplify (xSAT_Solver_t *) |
| int | xSAT_SolverSolve (xSAT_Solver_t *) |
| void | xSAT_SolverPrintStats (xSAT_Solver_t *) |
| typedef struct xSAT_Solver_t_ xSAT_Solver_t |
|
extern |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 251 of file xsatSolverAPI.c.

|
extern |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 66 of file xsatSolverAPI.c.
|
extern |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 121 of file xsatSolverAPI.c.
|
extern |
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.

|
extern |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 338 of file xsatSolverAPI.c.
|
extern |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 164 of file xsatSolverAPI.c.


|
extern |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 299 of file xsatSolverAPI.c.
