#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 164 of file CglTreeInfo.hpp.
References cliqueEntry::fixes.
void setSequenceInCliqueEntry | ( | cliqueEntry & | cEntry, | |
int | sequence | |||
) | [inline] |
Definition at line 166 of file CglTreeInfo.hpp.
References cliqueEntry::fixes.
bool oneFixesInCliqueEntry | ( | const cliqueEntry & | cEntry | ) | [inline] |
Definition at line 168 of file CglTreeInfo.hpp.
References cliqueEntry::fixes.
void setOneFixesInCliqueEntry | ( | cliqueEntry & | cEntry, | |
bool | oneFixes | |||
) | [inline] |
Definition at line 170 of file CglTreeInfo.hpp.
References cliqueEntry::fixes.