Go to the documentation of this file.
18 #ifndef SLICE_PARAMS_GUARD
19 #define SLICE_PARAMS_GUARD
bool getUseIndependenceSplits() const
void extractCliValues(SliceParams &slice, const CliParams &cli)
bool _useBoundSimplification
bool _useBoundElimination
const string & getSplit() const
bool getUseBoundSimplification() const
Returns whether to simplify slices by seeking to generate non-improving slices that are then eliminat...
void validateSplit(const SliceParams ¶ms, bool allowLabel, bool allowDegree)
void useBoundElimination(bool value)
void useIndependenceSplits(bool value)
void addIdealParams(CliParams ¶ms)
bool getUseBoundElimination() const
Returns whether to use branch-and-bound to speed up Slice optimization computations by eliminating no...
void useBoundSimplification(bool value)
void setSplit(const string &name)