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
30d1f192
Commit
30d1f192
authored
Apr 29, 2017
by
Alan Mishchenko
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Experiments with support minimization.
parent
9f46984c
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
src/aig/gia/gia.h
+4
-0
src/aig/gia/giaSupp.c
+0
-0
No files found.
src/aig/gia/gia.h
View file @
30d1f192
...
@@ -1470,6 +1470,10 @@ typedef struct Gia_ManMin_t_ Gia_ManMin_t;
...
@@ -1470,6 +1470,10 @@ typedef struct Gia_ManMin_t_ Gia_ManMin_t;
extern
Gia_ManMin_t
*
Gia_ManSuppStart
(
Gia_Man_t
*
pGia
);
extern
Gia_ManMin_t
*
Gia_ManSuppStart
(
Gia_Man_t
*
pGia
);
extern
void
Gia_ManSuppStop
(
Gia_ManMin_t
*
p
);
extern
void
Gia_ManSuppStop
(
Gia_ManMin_t
*
p
);
extern
int
Gia_ManSupportAnd
(
Gia_ManMin_t
*
p
,
int
iLit0
,
int
iLit1
);
extern
int
Gia_ManSupportAnd
(
Gia_ManMin_t
*
p
,
int
iLit0
,
int
iLit1
);
typedef
struct
Gia_Man2Min_t_
Gia_Man2Min_t
;
extern
Gia_Man2Min_t
*
Gia_Man2SuppStart
(
Gia_Man_t
*
pGia
);
extern
void
Gia_Man2SuppStop
(
Gia_Man2Min_t
*
p
);
extern
int
Gia_Man2SupportAnd
(
Gia_Man2Min_t
*
p
,
int
iLit0
,
int
iLit1
);
/*=== giaSweep.c ============================================================*/
/*=== giaSweep.c ============================================================*/
extern
Gia_Man_t
*
Gia_ManFraigSweepSimple
(
Gia_Man_t
*
p
,
void
*
pPars
);
extern
Gia_Man_t
*
Gia_ManFraigSweepSimple
(
Gia_Man_t
*
p
,
void
*
pPars
);
extern
Gia_Man_t
*
Gia_ManSweepWithBoxes
(
Gia_Man_t
*
p
,
void
*
pParsC
,
void
*
pParsS
,
int
fConst
,
int
fEquiv
,
int
fVerbose
,
int
fVerbEquivs
);
extern
Gia_Man_t
*
Gia_ManSweepWithBoxes
(
Gia_Man_t
*
p
,
void
*
pParsC
,
void
*
pParsS
,
int
fConst
,
int
fEquiv
,
int
fVerbose
,
int
fVerbEquivs
);
...
...
src/aig/gia/giaSupp.c
View file @
30d1f192
This diff is collapsed.
Click to expand it.
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