summaryrefslogtreecommitdiffstats
path: root/src/misc/extra/extra.h
diff options
context:
space:
mode:
authorAlan Mishchenko <alanmi@berkeley.edu>2013-09-12 22:37:26 -0700
committerAlan Mishchenko <alanmi@berkeley.edu>2013-09-12 22:37:26 -0700
commit75fee10708c40b206592d040d4392e715bdbc1e3 (patch)
tree9a4e295452a1623b52ba6d0a6461d4836132b678 /src/misc/extra/extra.h
parent14606c473e728faa7617f7207ac7620fba050f76 (diff)
downloadabc-75fee10708c40b206592d040d4392e715bdbc1e3.tar.gz
abc-75fee10708c40b206592d040d4392e715bdbc1e3.tar.bz2
abc-75fee10708c40b206592d040d4392e715bdbc1e3.zip
Improvements to the new technology mapper.
Diffstat (limited to 'src/misc/extra/extra.h')
-rw-r--r--src/misc/extra/extra.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/misc/extra/extra.h b/src/misc/extra/extra.h
index f4dcd154..982a6f5e 100644
--- a/src/misc/extra/extra.h
+++ b/src/misc/extra/extra.h
@@ -226,6 +226,7 @@ extern int Sdm_ManReadDsdAndNum( Sdm_Man_t * p, int iDsd );
extern int Sdm_ManReadDsdClauseNum( Sdm_Man_t * p, int iDsd );
extern word Sdm_ManReadDsdTruth( Sdm_Man_t * p, int iDsd );
extern char * Sdm_ManReadDsdStr( Sdm_Man_t * p, int iDsd );
+extern void Sdm_ManReadCnfCosts( Sdm_Man_t * p, int * pCosts, int nCosts );
/*=== extraUtilProgress.c ================================================================*/