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