Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
CoMISo
CoMISo
Commits
c5bc5a12
Commit
c5bc5a12
authored
Oct 19, 2020
by
Max Lyon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix wrong formatting
parent
67912115
Pipeline
#15391
passed with stages
in 4 minutes and 54 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
Solver/MISolver.cc
Solver/MISolver.cc
+2
-1
No files found.
Solver/MISolver.cc
View file @
c5bc5a12
...
...
@@ -285,7 +285,8 @@ void MISolver::resolve(Vecd& _x, Vecd& _rhs) { direct_solver_.solve(_x, _rhs); }
void
MISolver
::
solve_direct_rounding
(
CSCMatrix
&
_A
,
Vecd
&
_x
,
Vecd
&
_rhs
,
Veci
&
_to_round
)
{
DEB_enter_func
Veci
to_round
(
_to_round
);
DEB_enter_func
;
Veci
to_round
(
_to_round
);
// copy to round vector and make it unique
std
::
sort
(
to_round
.
begin
(),
to_round
.
end
());
Veci
::
iterator
last_unique
;
...
...
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