#include "IpUtils.hpp"
#include "IpReferenced.hpp"
#include "IpException.hpp"
#include "IpRegOptions.hpp"
#include <iostream>
#include <map>
Go to the source code of this file.
Classes | |
class | Ipopt::OptionsList |
This class stores a list of user set options. More... | |
class | Ipopt::OptionsList::OptionValue |
Class for storing the value and counter for each option in OptionsList. More... | |
Namespaces | |
namespace | Ipopt |
This file contains a base class for all exceptions and a set of macros to help with exceptions. | |
Functions | |
Ipopt::DECLARE_STD_EXCEPTION (OPTION_INVALID) | |
Exception that can be used to indicate errors with options. | |