#include "BonminConfig.h"
#include <string>
#include <iostream>
#include "OsiSolverInterface.hpp"
#include "CoinWarmStartBasis.hpp"
#include "TMINLP.hpp"
#include "TMINLP2TNLP.hpp"
#include "TNLP2FPNLP.hpp"
#include "IpIpoptApplication.hpp"
Include dependency graph for IpoptInterface.hpp:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | IpoptInterface |
This is class provides an Osi interface for Ipopt (so that we can use it for example as the continuous solver in Cbc). More... | |
class | IpoptInterface::SimpleError |
Error class to throw exceptions from IpoptInterface. More... | |
class | IpoptInterface::UnsolvedError |
We will throw this error when a problem is not solved. More... | |
class | IpoptInterface::Messages |
Messages outputed by an IpoptInterface. More... |