66 return ret == ReturnType::Feasible ||
ret == ReturnType::Optimal
67 ||
ret == ReturnType::TimeoutFeasible;
Basic declarations, included by all source files.
Module()
Initializes a module.
ReturnType
The return type of a module.
static bool isSolution(ReturnType ret)
Returns true iff ret indicates that the module returned a feasible solution.
#define OGDF_EXPORT
Specifies that a function or class is exported by the OGDF DLL.
static MultilevelBuilder * getDoubleFactoredZeroAdjustedMerger()
The namespace for all OGDF objects.
std::ostream & operator<<(std::ostream &os, const ogdf::Array< E, INDEX > &a)
Prints array a to output stream os.