Couenne  0.5.8
Functions
CouenneInfeasCut.hpp File Reference
#include "OsiCuts.hpp"
+ Include dependency graph for CouenneInfeasCut.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

◆ WipeMakeInfeas()

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

◆ isWiped()

bool isWiped ( OsiCuts cs)

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