Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
abc
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
abc
Commits
82aec90c
Commit
82aec90c
authored
Aug 02, 2014
by
Alan Mishchenko
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Compiler warnings.
parent
edba505d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletions
+2
-1
src/aig/aig/aigFact.c
+1
-1
src/bool/kit/kit.h
+1
-0
No files found.
src/aig/aig/aigFact.c
View file @
82aec90c
...
...
@@ -347,7 +347,7 @@ Vec_Ptr_t * Aig_SuppMinPerform( Aig_Man_t * p, Vec_Ptr_t * vOrGate, Vec_Ptr_t *
***********************************************************************/
Aig_Obj_t
*
Aig_SuppMinReconstruct
(
Aig_Man_t
*
p
,
Vec_Ptr_t
*
vCofs
,
Vec_Ptr_t
*
vNodes
,
Vec_Ptr_t
*
vSupp
)
{
Aig_Obj_t
*
pObj
;
Aig_Obj_t
*
pObj
=
NULL
;
int
i
;
// set the value of the support variables
Vec_PtrForEachEntry
(
Aig_Obj_t
*
,
vSupp
,
pObj
,
i
)
...
...
src/bool/kit/kit.h
View file @
82aec90c
...
...
@@ -570,6 +570,7 @@ extern int Kit_GraphLeafDepth_rec( Kit_Graph_t * pGraph, Kit_Node_t
/*=== kitIsop.c ==========================================================*/
extern
int
Kit_TruthIsop
(
unsigned
*
puTruth
,
int
nVars
,
Vec_Int_t
*
vMemory
,
int
fTryBoth
);
extern
void
Kit_TruthIsopPrint
(
unsigned
*
puTruth
,
int
nVars
,
Vec_Int_t
*
vMemory
,
int
fTryBoth
);
extern
void
Kit_TruthIsopPrintCover
(
Vec_Int_t
*
vCover
,
int
nVars
,
int
fCompl
);
/*=== kitPla.c ==========================================================*/
extern
int
Kit_PlaIsConst0
(
char
*
pSop
);
extern
int
Kit_PlaIsConst1
(
char
*
pSop
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment