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