Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
SAT4J
sat4j
Commits
f3c86d8b
Commit
f3c86d8b
authored
Nov 10, 2018
by
Daniel Le Berre
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix another sonarqube violation.
parent
18f9996f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
org.sat4j.core/src/main/java/org/sat4j/minisat/constraints/card/MinWatchCard.java
...java/org/sat4j/minisat/constraints/card/MinWatchCard.java
+3
-0
No files found.
org.sat4j.core/src/main/java/org/sat4j/minisat/constraints/card/MinWatchCard.java
View file @
f3c86d8b
...
...
@@ -598,6 +598,9 @@ public class MinWatchCard
if
(
card
==
null
)
{
return
false
;
}
if
(
this
.
getClass
()
!=
card
.
getClass
())
{
return
false
;
}
try
{
MinWatchCard
mcard
=
(
MinWatchCard
)
card
;
if
(
mcard
.
degree
!=
this
.
degree
)
{
...
...
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