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
7b4471c3
Commit
7b4471c3
authored
Sep 23, 2016
by
Marco Amagliani
Browse files
Suppress Ipopt console output.
parent
bdda16f9
Changes
1
Hide whitespace changes
Inline
Side-by-side
NSolver/IPOPTSolverLean.cc
View file @
7b4471c3
...
...
@@ -57,6 +57,9 @@ IPOPTSolverLean::IPOPTSolverLean()
impl_
->
app_
->
Options
()
->
SetStringValue
(
"linear_solver"
,
"mumps"
);
#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
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