ellalgo/ell_config.hpp file

Classes

struct Options
Options.
struct CInfo
CInfo.

Enums

enum class CutStatus { Success, NoSoln, NoEffect, Unknown }
Cut Status.

Typedefs

template<typename T>
using ArrayType = typename T::ArrayType
template<typename T>
using CutChoices = typename T::CutChoices
template<typename T>
using CutConcept = std::pair<ArrayType<T>, CutChoices<T>>
template<typename T>
using RetQ = std::tuple<CutConcept<T>, bool, ArrayType<T>, bool>