#include "CouenneCutGenerator.hpp"#include "CouenneTypes.hpp"#include "CouennePrecisions.hpp"#include "CouenneProblem.hpp"#include "CouenneExprDiv.hpp"#include "CouenneExprMul.hpp"#include "CouenneExprPow.hpp"#include "CouenneFunTriplets.hpp"
Go to the source code of this file.
Functions | |
| void | contourCut (const CouenneCutGenerator *cg, OsiCuts &cs, CouNumber xp, CouNumber yp, CouNumber wb, int sign, CouNumber x0, CouNumber y0, CouNumber x1, CouNumber y1, int xi, int yi, int wi) |
| Add cut around curve x*y=k. | |
| void contourCut | ( | const CouenneCutGenerator * | cg, | |
| OsiCuts & | cs, | |||
| CouNumber | xp, | |||
| CouNumber | yp, | |||
| CouNumber | wb, | |||
| int | sign, | |||
| CouNumber | x0, | |||
| CouNumber | y0, | |||
| CouNumber | x1, | |||
| CouNumber | y1, | |||
| int | xi, | |||
| int | yi, | |||
| int | wi | |||
| ) |
Add cut around curve x*y=k.
Definition at line 25 of file unifiedProdCuts.cpp.
1.6.1