Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SAT4J
sat4j
Commits
18f9996f
Commit
18f9996f
authored
Nov 10, 2018
by
Daniel Le Berre
Browse files
Correcting one sonarqube violation.
parent
6c8c8c13
Changes
1
Hide whitespace changes
Inline
Side-by-side
org.sat4j.maxsat/src/main/java/org/sat4j/maxsat/MinCostDecorator.java
View file @
18f9996f
...
...
@@ -67,7 +67,7 @@ public class MinCostDecorator extends PBSolverDecorator implements
private
final
IVec
<
BigInteger
>
coeffs
=
new
Vec
<
BigInteger
>();
private
int
objectivevalue
;
private
long
objectivevalue
;
private
IConstr
prevConstr
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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