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
20a5a0d4
Commit
20a5a0d4
authored
Jul 25, 2008
by
Alan Mishchenko
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Version abc80725_2
parent
1afa8a2f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/base/abci/abc.c
+2
-2
No files found.
src/base/abci/abc.c
View file @
20a5a0d4
...
...
@@ -15707,8 +15707,8 @@ usage:
fprintf
(
pErr
,
"
\t
-C num : the limit on conflicts for one SAT run [default = %d]
\n
"
,
pPars
->
nBTLimit
);
fprintf
(
pErr
,
"
\t
-N num : the limit on number of frames to unroll [default = %d]
\n
"
,
pPars
->
nFramesMax
);
fprintf
(
pErr
,
"
\t
-F num : the number of steps in inductive checking [default = %d]
\n
"
,
pPars
->
nFramesK
);
fprintf
(
pErr
,
"
\t
-r : toggle
the use of rewriting
unrolled timeframes [default = %s]
\n
"
,
pPars
->
fRewrite
?
"yes"
:
"no"
);
fprintf
(
pErr
,
"
\t
-t : toggle adding transition into the init state [default = %s]
\n
"
,
pPars
->
fTransLoop
?
"yes"
:
"no"
);
fprintf
(
pErr
,
"
\t
-r : toggle
rewriting of the
unrolled timeframes [default = %s]
\n
"
,
pPars
->
fRewrite
?
"yes"
:
"no"
);
fprintf
(
pErr
,
"
\t
-t : toggle adding transition into the init
ial
state [default = %s]
\n
"
,
pPars
->
fTransLoop
?
"yes"
:
"no"
);
fprintf
(
pErr
,
"
\t
-p : toggle using original Pudlak's interpolation procedure [default = %s]
\n
"
,
pPars
->
fUsePudlak
?
"yes"
:
"no"
);
fprintf
(
pErr
,
"
\t
-o : toggle using optimized Pudlak's interpolation procedure [default = %s]
\n
"
,
pPars
->
fUseOther
?
"yes"
:
"no"
);
fprintf
(
pErr
,
"
\t
-m : toggle using MiniSat-1.14p (now, Windows-only) [default = %s]
\n
"
,
pPars
->
fUseMiniSat
?
"yes"
:
"no"
);
...
...
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