42 #ifndef NLP_INTERFACE_PACK_NLP_TESTER_H
43 #define NLP_INTERFACE_PACK_NLP_TESTER_H
50 namespace NLPInterfacePack {
65 #ifdef DOXYGEN_COMPILE
70 #ifdef DOXYGEN_COMPILE
75 bool print_all =
false
76 ,
bool throw_exception =
true
115 ,
bool print_all_warnings
123 #endif // NLP_INTERFACE_PACK_NLP_TESTER_H
bool test_interface(NLP *nlp, const Vector &xo, bool print_all_warnings, std::ostream *out)
Test the NLP interface as the given base point xo.
Testing class for base NLP interface.
NLP interface class {abstract}.
NLPTester(bool print_all=false, bool throw_exception=true)
Constructor (default options)
STANDARD_MEMBER_COMPOSITION_MEMBERS(bool, print_all)
Members for option print_all() (see Teuchos_StandardMemberCompositionMacros.hpp). ...