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
99b33e5d
Commit
99b33e5d
authored
Aug 07, 2022
by
Alan Mishchenko
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Improvements to command 'twoexact'.
parent
30ddf14c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
src/sat/bmc/bmcMaj.c
+3
-3
No files found.
src/sat/bmc/bmcMaj.c
View file @
99b33e5d
...
...
@@ -1918,7 +1918,7 @@ void Exa4_ManPrintSolution( Exa4_Man_t * p, Vec_Int_t * vValues, int fFancy )
int
Val2
=
Vec_IntEntry
(
vValues
,
iVarStart
+
1
);
int
Val3
=
Vec_IntEntry
(
vValues
,
iVarStart
+
2
);
int
Val4
=
Vec_IntEntry
(
vValues
,
iVarStart
+
3
);
int
Val5
=
Vec_IntEntry
(
vValues
,
iVarStart
+
4
);
//
int Val5 = Vec_IntEntry(vValues, iVarStart+4);
printf
(
"%2d = "
,
i
);
for
(
k
=
0
;
k
<
2
;
k
++
)
{
...
...
@@ -1979,10 +1979,10 @@ void Exa4_ManGenTest( Vec_Wrd_t * vSimsIn, Vec_Wrd_t * vSimsOut, int nIns, int n
}
void
Exa_ManExactSynthesis4_
(
Bmc_EsPar_t
*
pPars
)
{
int
i
,
m
,
fCompl
=
0
;
int
i
,
m
;
Vec_Wrd_t
*
vSimsIn
=
Vec_WrdStart
(
8
);
Vec_Wrd_t
*
vSimsOut
=
Vec_WrdStart
(
8
);
int
Truths
[
2
]
=
{
0x96
969696
,
0xE8E8E8
E8
};
int
Truths
[
2
]
=
{
0x96
,
0x
E8
};
for
(
m
=
0
;
m
<
8
;
m
++
)
{
int
iOutMint
=
0
;
...
...
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