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
3aab9816
Commit
3aab9816
authored
Dec 09, 2016
by
Max Lyon
Browse files
deactivate warning that used to be deactivated before the warning fixes
parent
9eb7213e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Solver/ConstrainedSolverT.cc
View file @
3aab9816
...
...
@@ -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