Bonmin 1.8.9
Loading...
Searching...
No Matches
Classes | Namespaces | Macros | Enumerations
BonOsiTMINLPInterface.hpp File Reference
#include <string>
#include <iostream>
#include "OsiSolverInterface.hpp"
#include "CoinWarmStartBasis.hpp"
#include "BonCutStrengthener.hpp"
+ Include dependency graph for BonOsiTMINLPInterface.hpp:
+ This graph shows which files directly or indirectly include this file:

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

namespace  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

◆ INT_BIAS

#define INT_BIAS   0e-8

Definition at line 16 of file BonOsiTMINLPInterface.hpp.