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
9895f30d
Commit
9895f30d
authored
Jul 27, 2016
by
Alan Mishchenko
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Extending command 'dump_equv' to match inputs by name.
parent
a6db8bc1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
abcexe.dsp
+4
-0
src/base/abci/abc.c
+1
-1
No files found.
abcexe.dsp
View file @
9895f30d
...
...
@@ -90,6 +90,10 @@ LINK32=link.exe
SOURCE=.\src\base\main\main.c
# End Source File
# Begin Source File
SOURCE=.\src\proof\ssw\sswSat.c
# End Source File
# End Group
# Begin Group "Header Files"
...
...
src/base/abci/abc.c
View file @
9895f30d
...
...
@@ -14893,7 +14893,7 @@ usage:
Abc_Print
(
-
2
,
"
\t
There is no effort to match primary outputs. Indeed, if two outputs
\n
"
);
Abc_Print
(
-
2
,
"
\t
are equivalent, they will belong to the same equivalence class in the end.
\n
"
);
Abc_Print
(
-
2
,
"
\t
-C num : the maximum number of conflicts at each node [default = %d]
\n
"
,
nConfs
);
Abc_Print
(
-
2
,
"
\t
-n : enable matching of primary inputs by
order
[default = %s]
\n
"
,
fByName
?
"yes"
:
"no"
);
Abc_Print
(
-
2
,
"
\t
-n : enable matching of primary inputs by
name
[default = %s]
\n
"
,
fByName
?
"yes"
:
"no"
);
Abc_Print
(
-
2
,
"
\t
-v : prints verbose information [default = %s]
\n
"
,
fVerbose
?
"yes"
:
"no"
);
Abc_Print
(
-
2
,
"
\t
-h : print the command usage
\n
"
);
Abc_Print
(
-
2
,
"
\t
<file1> : first network whose nodes are considered
\n
"
);
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