ct_common
1.0.1
Common library for combinatorial testing
|
typedef std::vector<std::size_t> ct::common::RawStrength |
Definition at line 20 of file strength.h.
typedef std::pair<std::vector<std::size_t>, std::size_t> ct::common::Strength |
Decomposed strengths
Definition at line 21 of file strength.h.
Operators in constraints and expressions
OP_ADD | |
OP_SUB | |
OP_MULT | |
OP_DIV | |
OP_MOD | |
OP_NEG | |
OP_UPLUS | |
OP_EQ | |
OP_NE | |
OP_GT | |
OP_GE | |
OP_LT | |
OP_LE | |
OP_AND | |
OP_OR | |
OP_XOR | |
OP_IMPLY | |
OP_IFF | |
OP_NOT |
Definition at line 32 of file assembler.h.
void ct::common::attach_2_raw_strength | ( | const Strength & | strength, |
std::vector< RawStrength > & | raw_strengths | ||
) |
Original form of strengths Decomposing strengths to raw strengths
Definition at line 43 of file strength.cpp.
std::size_t ct::common::find_param_id | ( | const std::vector< boost::shared_ptr< ParamSpec > > & | param_specs, |
const std::string & | param_name | ||
) |
Utility function for finding parameter id from a vector of paramspecs
Definition at line 88 of file paramspec.cpp.
const std::size_t ct::common::PID_BOUND = std::size_t(-1) |
const std::size_t ct::common::SID_BOUND = std::size_t(-1) |
const std::size_t ct::common::VID_BOUND = std::size_t(-1) |