#include "IpUtils.hpp"
#include "IpReferenced.hpp"
#include "IpException.hpp"
#include "IpSmartPtr.hpp"
#include <map>
Go to the source code of this file.
Namespaces | |
namespace | Ipopt |
Classes | |
class | RegisteredOption |
Base class for registered options. More... | |
class | RegisteredOption::string_entry |
class to hold the valid string settings for a string option | |
class | RegisteredOptions |
Class for storing registered options. More... | |
Enumerations | |
enum | RegisteredOptionType { OT_Number, OT_Integer, OT_String, OT_Unknown } |