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
6370076a
Commit
6370076a
authored
Sep 24, 2017
by
Anne Parrain
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
accent in the comments removed
parent
281e8cc0
Pipeline
#269
passed with stages
in 22 minutes and 38 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
org.sat4j.pb/src/main/java/org/sat4j/pb/core/PBSolverCPLongRounding.java
...c/main/java/org/sat4j/pb/core/PBSolverCPLongRounding.java
+1
-1
No files found.
org.sat4j.pb/src/main/java/org/sat4j/pb/core/PBSolverCPLongRounding.java
View file @
6370076a
...
...
@@ -93,7 +93,7 @@ public class PBSolverCPLongRounding extends PBSolverCPLong {
@Override
public
String
toString
(
String
prefix
)
{
return
super
.
toString
(
prefix
)
+
"\n"
+
prefix
+
"Performs rounding over coefficients during conflict analysis - Jakob Nordstr
ö
m's algorithm (ConflictMapRounding)"
;
+
"Performs rounding over coefficients during conflict analysis - Jakob Nordstr
o
m's algorithm (ConflictMapRounding)"
;
}
}
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