#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:
Go to the source code of this file.
Classes | |
class | CouenneDisjCuts |
Cut Generator for linear convexifications. More... | |
Enumerations | |
enum | { COUENNE_INFEASIBLE, COUENNE_TIGHTENED, COUENNE_FEASIBLE } |
Functions | |
void | CoinInvN (register const double *orig, register int n, register double *inverted) |
invert all contents | |
void | CoinCopyDisp (register const int *src, register int num, register int *dst, register int displacement) |
a CoinCopyN with a += on each element |
anonymous enum |
Definition at line 28 of file CouenneDisjCuts.hpp.
void CoinInvN | ( | register const double * | orig, | |
register int | n, | |||
register double * | inverted | |||
) | [inline] |
void CoinCopyDisp | ( | register const int * | src, | |
register int | num, | |||
register int * | dst, | |||
register int | displacement | |||
) | [inline] |