LPSolver Class Reference
Wrapper class to use a MIPSolver to solve LP's, which are given as MINLP's.
More...
#include <opt.h>
List of all members.
Detailed Description
Wrapper class to use a MIPSolver to solve LP's, which are given as MINLP's.
Definition at line 495 of file opt.h.
Constructor & Destructor Documentation
Member Function Documentation
void LPSolver::initmip |
( |
|
) |
[private] |
dvector LPSolver::get_lag_multipliers |
( |
|
) |
[virtual] |
void LPSolver::reinit |
( |
|
) |
[inline, virtual] |
int LPSolver::solve |
( |
|
) |
[inline, virtual] |
Solves the problem.
Abstract.
- Returns:
- A status code: 0, if all went right.
- See also:
- solve(dvector&)
Implements Solver.
Definition at line 514 of file opt.h.
int LPSolver::solve |
( |
dvector & |
x |
) |
[inline, 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.
Definition at line 515 of file opt.h.
Member Data Documentation
The documentation for this class was generated from the following file: