#include "OsiCuts.hpp"
#include "OsiSolverInterface.hpp"
#include "CoinHelperFunctions.hpp"
Go to the source code of this file.
Classes | |
class | CglTreeInfo |
Information about where the cut generator is invoked from. More... | |
struct | CliqueEntry |
Derived class to pick up probing info. More... | |
class | CglTreeProbingInfo |
Functions | |
int | sequenceInCliqueEntry (const CliqueEntry &cEntry) |
void | setSequenceInCliqueEntry (CliqueEntry &cEntry, int sequence) |
bool | oneFixesInCliqueEntry (const CliqueEntry &cEntry) |
void | setOneFixesInCliqueEntry (CliqueEntry &cEntry, bool oneFixes) |
int sequenceInCliqueEntry | ( | const CliqueEntry & | cEntry | ) | [inline] |
Definition at line 171 of file CglTreeInfo.hpp.
void setSequenceInCliqueEntry | ( | CliqueEntry & | cEntry, | |
int | sequence | |||
) | [inline] |
Definition at line 173 of file CglTreeInfo.hpp.
bool oneFixesInCliqueEntry | ( | const CliqueEntry & | cEntry | ) | [inline] |
Definition at line 175 of file CglTreeInfo.hpp.
void setOneFixesInCliqueEntry | ( | CliqueEntry & | cEntry, | |
bool | oneFixes | |||
) | [inline] |
Definition at line 177 of file CglTreeInfo.hpp.