Bonmin  1.8.8
Classes | Namespaces | Macros | Enumerations
BonOsiTMINLPInterface.hpp File Reference
#include <string>
#include <iostream>
#include "OsiSolverInterface.hpp"
#include "CoinWarmStartBasis.hpp"
#include "BonCutStrengthener.hpp"

Go to the source code of this file.

Classes

class  Bonmin::OsiTMINLPInterface
 This is class provides an Osi interface for a Mixed Integer Linear Program expressed as a TMINLP (so that we can use it for example as the continuous solver in Cbc). More...
 
class  Bonmin::OsiTMINLPInterface::SimpleError
 Error class to throw exceptions from OsiTMINLPInterface. More...
 
class  Bonmin::OsiTMINLPInterface::Messages
 Messages written by an OsiTMINLPInterface. More...
 

Namespaces

 Bonmin
 (C) Copyright International Business Machines Corporation 2007
 

Macros

#define INT_BIAS   0e-8
 

Enumerations

enum  Bonmin::Solver { Bonmin::EIpopt =0, Bonmin::EFilterSQP, Bonmin::EAll }
 Solvers for solving nonlinear programs. More...
 

Macro Definition Documentation

#define INT_BIAS   0e-8

Definition at line 16 of file BonOsiTMINLPInterface.hpp.