ABC: A System for Sequential Synthesis and Verification
 
Loading...
Searching...
No Matches
AbcGlucoseCmd.cpp File Reference
Include dependency graph for AbcGlucoseCmd.cpp:

Go to the source code of this file.

Functions

ABC_NAMESPACE_HEADER_START void Glucose_Init (Abc_Frame_t *pAbc)
 FUNCTION DEFINITIONS ///.
 
void Glucose_End (Abc_Frame_t *pAbc)
 

Function Documentation

◆ Glucose_End()

void Glucose_End ( Abc_Frame_t * pAbc)
extern

Definition at line 63 of file AbcGlucoseCmd.cpp.

64{
65}
Here is the caller graph for this function:

◆ Glucose_Init()

ABC_NAMESPACE_HEADER_START void Glucose_Init ( Abc_Frame_t * pAbc)
extern

FUNCTION DEFINITIONS ///.

CFile****************************************************************

FileName [AbcGlucoseCmd.cpp]

SystemName [ABC: Logic synthesis and verification system.]

PackageName [SAT solver Glucose 3.0 by Gilles Audemard and Laurent Simon.]

Synopsis [Interface to Glucose.]

Author [Alan Mishchenko]

Affiliation [UC Berkeley]

Date [Ver. 1.0. Started - September 6, 2017.]

Revision [

Id
AbcGlucoseCmd.cpp,v 1.00 2005/06/20 00:00:00 alanmi Exp

]

Function*************************************************************

Synopsis []

Description []

SideEffects []

SeeAlso []

Definition at line 58 of file AbcGlucoseCmd.cpp.

59{
60 Cmd_CommandAdd( pAbc, "ABC9", "&glucose", Abc_CommandGlucose, 0 );
61}
void Cmd_CommandAdd(Abc_Frame_t *pAbc, const char *sGroup, const char *sName, Cmd_CommandFuncType pFunc, int fChanges)
Definition cmdApi.c:63
Here is the call graph for this function:
Here is the caller graph for this function: