#include <MoochoPack_FeasibilityStep_Strategy.hpp>
Inheritance diagram for MoochoPack::FeasibilityStep_Strategy:
Public Member Functions | |
| virtual | ~FeasibilityStep_Strategy () |
| | |
| virtual bool | compute_feasibility_step (std::ostream &out, EJournalOutputLevel olevel, NLPAlgo *algo, NLPAlgoState *s, const Vector &xo, const Vector &c_xo, VectorMutable *w)=0 |
| Compute a step that improves feasibility (at least locally). | |
| virtual void | print_step (std::ostream &out, const std::string &leading_str) const =0 |
| This function will print a description of the computations and logic used. | |
Definition at line 39 of file MoochoPack_FeasibilityStep_Strategy.hpp.
|
|
Definition at line 43 of file MoochoPack_FeasibilityStep_Strategy.hpp. |
|
||||||||||||||||||||||||||||||||
|
Compute a step that improves feasibility (at least locally).
This function will compute a step
and gives descent for
Implemented in MoochoPack::FeasibilityStepReducedStd_Strategy. |
|
||||||||||||
|
This function will print a description of the computations and logic used.
Implemented in MoochoPack::FeasibilityStepReducedStd_Strategy. |
1.3.9.1