#include "BonRegisteredOptions.hpp"
#include "OsiSolverInterface.hpp"
#include "CglCutGenerator.hpp"
#include "BonOsiTMINLPInterface.hpp"
#include "BonBabSetupBase.hpp"
#include "BonBabInfos.hpp"
#include "OsiChooseVariable.hpp"
#include "CouenneTypes.hpp"
#include "CouenneJournalist.hpp"
Include dependency graph for CouenneDisjCuts.hpp:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | Couenne |
Classes | |
class | Couenne::CouenneDisjCuts |
Cut Generator for linear convexifications. More... | |
Enumerations | |
enum | { Couenne::COUENNE_INFEASIBLE, Couenne::COUENNE_TIGHTENED, Couenne::COUENNE_FEASIBLE } |
Functions | |
void | Couenne::CoinInvN (register const double *orig, register int n, register double *inverted) |
invert all contents | |
void | Couenne::CoinCopyDisp (register const int *src, register int num, register int *dst, register int displacement) |
a CoinCopyN with a += on each element |