#include "gia.h"#include "sat/cnf/cnf.h"#include "misc/extra/extra.h"#include "sat/satoko/satoko.h"
Go to the source code of this file.
Functions | |
| ABC_NAMESPACE_IMPL_START void | Gia_ManCollectVars_rec (int Var, Vec_Int_t *vMapping, Vec_Int_t *vRes, Vec_Bit_t *vVisit) |
| DECLARATIONS ///. | |
| Vec_Int_t * | Gia_ManCollectVars (int Root, Vec_Int_t *vMapping, int nVars) |
| void | Gia_ManSatokoReport (int iOutput, int status, abctime clk) |
| satoko_t * | Gia_ManSatokoFromDimacs (char *pFileName, satoko_opts_t *opts) |
| void | Gia_ManSatokoDimacs (char *pFileName, satoko_opts_t *opts) |
| satoko_t * | Gia_ManSatokoInit (Cnf_Dat_t *pCnf, satoko_opts_t *opts) |
| satoko_t * | Gia_ManSatokoCreate (Gia_Man_t *p, satoko_opts_t *opts) |
| int | Gia_ManSatokoCallOne (Gia_Man_t *p, satoko_opts_t *opts, int iOutput) |
| void | Gia_ManSatokoCall (Gia_Man_t *p, satoko_opts_t *opts, int fSplit, int fIncrem) |
Definition at line 62 of file giaSatoko.c.


| ABC_NAMESPACE_IMPL_START void Gia_ManCollectVars_rec | ( | int | Var, |
| Vec_Int_t * | vMapping, | ||
| Vec_Int_t * | vRes, | ||
| Vec_Bit_t * | vVisit ) |
DECLARATIONS ///.
CFile****************************************************************
FileName [giaSatoko.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Scalable AIG package.]
Synopsis [Interface to Satoko solver.]
Author [Alan Mishchenko, Bruno Schmitt]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - June 20, 2005.]
Revision [
] FUNCTION DEFINITIONS /// Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 48 of file giaSatoko.c.


| void Gia_ManSatokoCall | ( | Gia_Man_t * | p, |
| satoko_opts_t * | opts, | ||
| int | fSplit, | ||
| int | fIncrem ) |
Definition at line 214 of file giaSatoko.c.

| int Gia_ManSatokoCallOne | ( | Gia_Man_t * | p, |
| satoko_opts_t * | opts, | ||
| int | iOutput ) |
Definition at line 199 of file giaSatoko.c.


| satoko_t * Gia_ManSatokoCreate | ( | Gia_Man_t * | p, |
| satoko_opts_t * | opts ) |
Definition at line 188 of file giaSatoko.c.


| void Gia_ManSatokoDimacs | ( | char * | pFileName, |
| satoko_opts_t * | opts ) |
Definition at line 148 of file giaSatoko.c.

| satoko_t * Gia_ManSatokoFromDimacs | ( | char * | pFileName, |
| satoko_opts_t * | opts ) |
Definition at line 99 of file giaSatoko.c.


| satoko_t * Gia_ManSatokoInit | ( | Cnf_Dat_t * | pCnf, |
| satoko_opts_t * | opts ) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 172 of file giaSatoko.c.


| void Gia_ManSatokoReport | ( | int | iOutput, |
| int | status, | ||
| abctime | clk ) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 83 of file giaSatoko.c.
