Public Member Functions | |
FPInterface (char **&argv) | |
FPInterface (const FPInterface &other) | |
virtual OsiSolverInterface * | clone () |
Protected Member Functions | |
virtual std::string | appName () |
virtual void | registerApplicationOptions (Ipopt::SmartPtr< Ipopt::RegisteredOptions > roptions) |
void | readAmplNlFile2 (char **&filename) |
Definition at line 80 of file FP.cpp.
FPInterface::FPInterface | ( | char **& | argv | ) | [inline] |
FPInterface::FPInterface | ( | const FPInterface & | other | ) | [inline] |
virtual OsiSolverInterface* FPInterface::clone | ( | ) | [inline, virtual] |
virtual std::string FPInterface::appName | ( | ) | [inline, protected, virtual] |
virtual void FPInterface::registerApplicationOptions | ( | Ipopt::SmartPtr< Ipopt::RegisteredOptions > | roptions | ) | [inline, protected, virtual] |
void FPInterface::readAmplNlFile2 | ( | char **& | filename | ) | [inline, protected] |
Definition at line 106 of file FP.cpp.
References Bonmin::AmplInterface::amplTminlp_, appName(), Bonmin::AmplTMINLP::createEmpty(), Bonmin::OsiTMINLPInterface::getNumCols(), Bonmin::AmplTMINLP::Initialize(), register_ALL_options(), registerApplicationOptions(), and Bonmin::OsiTMINLPInterface::setStrParam().
Referenced by FPInterface().