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
4b276c99
Commit
4b276c99
authored
Dec 01, 2016
by
Max Lyon
Browse files
remove more auto
parent
d23ec397
Pipeline
#3760
failed with stage
in 5 minutes and 49 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
NSolver/AcceleratedQuadraticProxy.hh
View file @
4b276c99
...
...
@@ -63,9 +63,9 @@ public:
COMISO
::
StopWatch
sw
;
sw
.
start
();
// number of unknowns
auto
n
=
_quadratic_problem
->
n_unknowns
();
size_t
n
=
_quadratic_problem
->
n_unknowns
();
// number of constraints
auto
m
=
_b
.
size
();
size_t
m
=
_b
.
size
();
std
::
cerr
<<
"optmize via AQP with "
<<
n
<<
" unknowns and "
<<
m
<<
" linear constraints"
<<
std
::
endl
;
...
...
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