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
CoMISo
CoMISo
Commits
d191dec3
Commit
d191dec3
authored
Dec 12, 2016
by
Max Lyon
Browse files
Merge branch warning_fixes into 'Fix_warnings-GF'
parents
e5ab925f
3aab9816
Pipeline
#3938
passed with stages
in 7 minutes and 2 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Solver/ConstrainedSolverT.cc
View file @
d191dec3
...
...
@@ -474,7 +474,7 @@ make_constraints_independent(
// the variable most problably will not be (expect if all coeffs are the same, e.g. 0.5)
if
((
double
(
int
(
cur_row_val
))
-
cur_row_val
)
!=
0.0
)
{
DEB_warning
(
2
,
"coefficient of integer variable is NOT integer : "
<<
cur_row_val
)
//
DEB_warning(2, "coefficient of integer variable is NOT integer : " << cur_row_val)
gcd_update_valid
=
false
;
}
...
...
@@ -688,7 +688,7 @@ make_constraints_independent_reordering(
// the variable most problably will not be (expect if all coeffs are the same, e.g. 0.5)
if
((
double
(
int
(
cur_row_val
))
-
cur_row_val
)
!=
0.0
)
{
DEB_warning
(
2
,
"coefficient of integer variable is NOT integer : "
<<
cur_row_val
);
//
DEB_warning(2, "coefficient of integer variable is NOT integer : " << cur_row_val);
gcd_update_valid
=
false
;
}
...
...
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