Couenne  0.2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Functions
CouenneInfeasCut.hpp File Reference
#include "OsiCuts.hpp"

Go to the source code of this file.

Functions

void WipeMakeInfeas (OsiCuts &cs)
 Add a fictitious cut 1<= x_0 <= -1 as a signal to the node solver that this node is deemed infeasible by this cut generator (most likely a bound tightener). More...
 
bool isWiped (OsiCuts &cs)
 Check whether the previous cut generators have added an infeasible cut. More...
 

Function Documentation

void WipeMakeInfeas ( OsiCuts &  cs)

Add a fictitious cut 1<= x_0 <= -1 as a signal to the node solver that this node is deemed infeasible by this cut generator (most likely a bound tightener).

bool isWiped ( OsiCuts &  cs)

Check whether the previous cut generators have added an infeasible cut.