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
4e6f6f78
Commit
4e6f6f78
authored
Sep 27, 2016
by
Marco Amagliani
Browse files
Merge remote-tracking branch 'origin/SDK/Config-Interface'
parents
8474b2d2
f04c3720
Changes
1
Hide whitespace changes
Inline
Side-by-side
NSolver/IPOPTSolverLean.cc
View file @
4e6f6f78
...
...
@@ -20,6 +20,7 @@
#include
"BoundConstraint.hh"
#include
"CoMISo/Utils/CoMISoError.hh"
#include
<Base/Debug/DebFile.hh>
#include
<Base/Debug/DebTime.hh>
#include
<gmm/gmm.h>
...
...
@@ -57,6 +58,14 @@ IPOPTSolverLean::IPOPTSolverLean()
impl_
->
app_
->
Options
()
->
SetStringValue
(
"linear_solver"
,
"mumps"
);
#endif
#if DEB_ON
if
(
!::
Debug
::
File
::
File
::
modify
().
console_output
())
#endif
{
// Block any output on cout and cerr from ipopt.
impl_
->
app_
->
Options
()
->
SetStringValue
(
"suppress_all_output"
,
"yes"
);
}
#ifdef WIN32
// Restrict memory to be able to run larger problems on windows
// with the default mumps solver
...
...
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