Skip to content
GitLab
Menu
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
dbc417c4
Commit
dbc417c4
authored
May 06, 2016
by
Max Lyon
Browse files
put MISolver destructor into cc file
parent
f7962452
Pipeline
#1621
passed with stage
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Solver/MISolver.cc
View file @
dbc417c4
...
...
@@ -82,6 +82,14 @@ MISolver::MISolver()
}
//-----------------------------------------------------------------------------
MISolver
::~
MISolver
()
{
}
//-----------------------------------------------------------------------------
void
...
...
Solver/MISolver.hh
View file @
dbc417c4
...
...
@@ -97,7 +97,7 @@ public:
MISolver
();
/// Destructor
~
MISolver
()
{}
~
MISolver
()
;
/// Compute greedy approximation to a mixed integer problem.
...
...
Write
Preview
Supports
Markdown
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