IpOpt Class Reference
#include <ipopt2.h>
List of all members.
Detailed Description
Definition at line 103 of file ipopt2.h.
Constructor & Destructor Documentation
IpOpt::~IpOpt |
( |
|
) |
[inline] |
Member Function Documentation
void IpOpt::reinit |
( |
|
) |
[virtual] |
int IpOpt::solve |
( |
|
) |
[virtual] |
Solves the problem.
Abstract.
- Returns:
- A status code: 0, if all went right.
- See also:
- solve(dvector&)
Implements Solver.
int IpOpt::solve |
( |
dvector & |
x |
) |
[virtual] |
Solves the problem for a starting point.
Sets sol_point to x. Calls solve().
- Parameters:
-
| x | The dvector to start the solver with. |
- See also:
- solve()
Reimplemented from Solver.
dvector IpOpt::get_lag_multipliers |
( |
|
) |
[inline, virtual] |
Friends And Related Function Documentation
Member Data Documentation
The documentation for this class was generated from the following file: