/home/coin/SVN-release/OS-2.4.0/Bonmin/experimental/Separable/BonOuterDescription.hpp

Go to the documentation of this file.
00001 // (C) Copyright CNRS and others 2010
00002 // All Rights Reserved.
00003 // This code is published under the Common Public License.
00004 //
00005 // Authors :
00006 // Pierre Bonami, Université de la Méditérannée
00007 // Hassan Hijazi, Orange Labs
00008 //
00009 // Date : 05/22/2010
00010 
00011 #ifndef OuterDescription_H
00012 #define OuterDescription_H
00013 
00014 #define INT_BIAS 0e-8
00015 
00016 #include <string>
00017 #include <iostream>
00018 
00019 #include "BonOsiTMINLPInterface.hpp"
00020 #include "CoinWarmStartBasis.hpp"
00021 
00022 #include "BonCutStrengthener.hpp"
00023 
00024 namespace Bonmin {
00025 
00028         void getMyOuterApproximation(OsiTMINLPInterface &si,
00029                                      OsiCuts &cs, int ind, const double * x,
00030                                      int getObj, const double * x2,
00031                                      double theta, bool global);
00032 
00034 void addOuterDescription(OsiTMINLPInterface &nlp, OsiSolverInterface &si,
00035                 const double * x, int nbAp, bool getObj);
00036 
00037 }
00038 #endif

Generated on Thu Sep 22 03:05:53 2011 by  doxygen 1.4.7