MOOCHO (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Namespaces | Functions
NLPInterfacePack_ExampleNLPDirectRun.hpp File Reference
#include <iosfwd>
#include "NLPInterfacePack_Types.hpp"
#include "MoochoPack_MoochoSolver.hpp"
Include dependency graph for NLPInterfacePack_ExampleNLPDirectRun.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 NLPInterfacePack
 

Functions

MoochoPack::MoochoSolver::ESolutionStatus NLPInterfacePack::ExampleNLPDirectRun (const VectorSpace &vec_space, value_type xo, bool has_bounds, bool dep_bounded, std::ostream *console_out, std::ostream *error_out, bool throw_solve_exception=false, std::ostream *algo_out=NULL, std::ostream *summary_out=NULL, std::ostream *journal_out=NULL)
 Function accepts a VectorSpace object and then uses it to define an example NLP and run MoochoPack::MoochoSolver on it. More...