Skip to content
GitLab
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
21e3c851
Commit
21e3c851
authored
Aug 09, 2019
by
Patric Schmitz
Browse files
IPOPTSolverLean: thinner API: no-constraint case by default arg
parent
9c198e40
Changes
2
Hide whitespace changes
Inline
Side-by-side
NSolver/IPOPTSolverLean.cc
View file @
21e3c851
...
...
@@ -500,14 +500,6 @@ solve
<<
" infeasible and "
<<
n_almost_inf
[
i
]
<<
" almost infeasible
\n
"
)
}
void
IPOPTSolverLean
::
solve
(
NProblemInterface
*
_problem
)
{
std
::
vector
<
NConstraintInterface
*>
constraints
;
solve
(
_problem
,
constraints
);
}
double
IPOPTSolverLean
::
energy
()
...
...
NSolver/IPOPTSolverLean.hh
View file @
21e3c851
...
...
@@ -97,8 +97,6 @@ public:
const
std
::
vector
<
NConstraintInterface
*>&
_constraints
,
const
std
::
vector
<
NConstraintInterface
*>&
_lazy_constraints
);
void
solve
(
NProblemInterface
*
_problem
);
//! Get the computed solution energy
double
energy
();
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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