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
517ebe66
Commit
517ebe66
authored
Dec 05, 2016
by
Max Lyon
Browse files
fix deprecated register warning in coin
parent
d38e3b4c
Pipeline
#3776
passed with stage
in 6 minutes and 42 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Base
@
8e6f8840
Subproject commit
6765701392af0f0aff93e91c6199aaa94b27d74f
Subproject commit
8e6f8840c42cd0767a0eb7139639939fe64ea7d1
NSolver/CBCSolver.cc
View file @
517ebe66
...
...
@@ -17,7 +17,9 @@
#include
<CoMISo/Utils/CoMISoError.hh>
#include
<Base/Debug/DebTime.hh>
#include
<Base/Code/Quality.hh>
LOW_CODE_QUALITY_SECTION_BEGIN
// For Branch and bound
#include
"OsiSolverInterface.hpp"
#include
"CbcModel.hpp"
...
...
@@ -44,6 +46,7 @@
// Heuristics
#include
"CbcHeuristic.hpp"
#include
"CbcCompareDepth.hpp"
LOW_CODE_QUALITY_SECTION_END
#include
<stdexcept>
...
...
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