Functions
CouenneInfeasCut.cpp File Reference
#include "OsiCuts.hpp"
Include dependency graph for CouenneInfeasCut.cpp:

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).

Definition at line 19 of file CouenneInfeasCut.cpp.

bool isWiped ( OsiCuts &  cs)

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

Definition at line 45 of file CouenneInfeasCut.cpp.