void HigherOrderUnivariateTableUpdate(Software::ThreadSimulationStruct &, unsigned int, Software::ProbingSetStruct &, Software::ProbingSetStruct &, std::vector< std::vector< std::vector< uint8_t > > > &, Software::HelperStruct &, Util::TableEntryStruct &, std::vector< std::vector< bool > > &, std::vector< std::vector< uint32_t > > &)
void CompactFirstOrderTableUpdate(Software::ThreadSimulationStruct &, unsigned int, Software::ProbingSetStruct &, Software::ProbingSetStruct &, std::vector< std::vector< std::vector< uint8_t > > > &, Software::HelperStruct &, Util::TableEntryStruct &)
void FirstOrderTableUpdate(Software::ThreadSimulationStruct &, unsigned int, Software::ProbingSetStruct &, Software::ProbingSetStruct &, std::vector< std::vector< std::vector< uint8_t > > > &, Software::HelperStruct &, Util::TableEntryStruct &)
void Test(Software::ThreadSimulationStruct &, Software::TestStruct &, char)
void CompactHigherOrderMultivariateTableUpdate(Software::ThreadSimulationStruct &ThreadSimulation, uint32_t SimulationIndex, Software::ProbingSetStruct &GlobalSet, Software::ProbingSetStruct &ProbingSet, std::vector< std::vector< std::vector< uint8_t > > > &ProbeValues, Software::HelperStruct &Helper, Util::TableEntryStruct &TableEntry, std::vector< std::vector< uint32_t > > &ProbeInfoToStandardProbe)
void CompactHigherOrderUnivariateTableUpdate(Software::ThreadSimulationStruct &, unsigned int, Software::ProbingSetStruct &, Software::ProbingSetStruct &, std::vector< std::vector< std::vector< uint8_t > > > &, Software::HelperStruct &, Util::TableEntryStruct &, std::vector< std::vector< bool > > &, std::vector< std::vector< uint32_t > > &)
void NormalTableUpdate(Software::ThreadSimulationStruct &, unsigned int, Software::ProbingSetStruct &, Software::ProbingSetStruct &, std::vector< std::vector< std::vector< uint8_t > > > &, Software::HelperStruct &, Util::TableEntryStruct &)
void HigherOrderMultivariateTableUpdate(Software::ThreadSimulationStruct &ThreadSimulation, uint32_t SimulationIndex, Software::ProbingSetStruct &GlobalSet, Software::ProbingSetStruct &ProbingSet, std::vector< std::vector< std::vector< uint8_t > > > &ProbeValues, Software::HelperStruct &Helper, Util::TableEntryStruct &TableEntry, std::vector< std::vector< uint32_t > > &ProbeInfoToStandardProbe)
Defines a struct that track meta information for probes.
Defines all settings belonging to the test prodecure.
Defines a struct that tracks necessary information for thread simulation.
Defines one entry of a contingency table.