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
af0ac882
Commit
af0ac882
authored
Aug 08, 2022
by
Alan Mishchenko
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Improvements to command 'twoexact'.
parent
1368a920
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
+1
-1
src/sat/bmc/bmcMaj.c
+1
-1
No files found.
src/sat/bmc/bmcMaj.c
View file @
af0ac882
...
@@ -1480,7 +1480,7 @@ void Exa_ManIsNormalized( Vec_Wrd_t * vSimsIn, Vec_Wrd_t * vSimsOut )
...
@@ -1480,7 +1480,7 @@ void Exa_ManIsNormalized( Vec_Wrd_t * vSimsIn, Vec_Wrd_t * vSimsOut )
if
(
Count
)
if
(
Count
)
printf
(
"The data for %d divisors are not normalized.
\n
"
,
Count
);
printf
(
"The data for %d divisors are not normalized.
\n
"
,
Count
);
if
(
!
(
Vec_WrdEntry
(
vSimsOut
,
0
)
&
1
)
)
if
(
!
(
Vec_WrdEntry
(
vSimsOut
,
0
)
&
1
)
)
printf
(
"The
data for the outputs is not normalized.
\n
"
,
Count
);
printf
(
"The
output data is not normalized.
\n
"
);
// else if ( Count == 0 )
// else if ( Count == 0 )
// printf( "The data is fully normalized.\n" );
// printf( "The data is fully normalized.\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