Classes
- namespace
- namespace
- namespace
- namespace
-
namespace CG_Gen class RandomGeneratorWithSeed The Random Generator With Seed class is a C++ class designed to generate random numbers using a specified seed value
- namespace AuxMethods namespace AuxMethods It was created to organize a set of auxiliary functions and methods that can be used in various parts of a software project Functions: Random number generation, Reading files, Data sorting and processing (includes methods for sorting dictionaries by their values and for working with spaces in strings) TO DO: list the other functions
- namespace FilesTools namespace FilesTools The Files Tools namespace contains a set of functions designed to work with the file system */
- namespace MutationTruthTable
- namespace RecombinationsTruthTable
- namespace SelectionsTruthTable
- class ALUGenerator
- class ArithmeticGenerator
- class CascadeGenerator
- class ChiselProject class ChiselProject This class is for temporary Chisel project management.
- class Chromosome
- class ChromosomeType
- class Circuit class Circuit
- struct CircuitArgs
- class CircuitParameters
- class CNNFromTruthTableParameters class CNNFromTruthTableParameters
- class CoderGenerator
- class ComparisonGenerator
- class DataBaseGenerator class DataBaseGenerator
- class DataBaseGeneratorParameters class DataBaseGeneratorParameters
- class DotGenerator
- class FromTruthTableGenerator
- class GenerationParameters
- class GeneratorALUParameters
- class GeneratorCascadeParameters class GeneratorCascadeParameters
- class GeneratorComparisonParameters class GeneratorComparisonParameters
- class GeneratorDotToGraphParameters class GeneratorDotToGraphParameters
- class GeneratorMealyMooreParameters class GeneratorMealyMooreParameters
- class GeneratorNumOperationParameters class GeneratorNumOperationParameters
- class GeneratorRandLevelParameters class GeneratorRandLevelParameters
- class GeneratorSubtractorParameters
- class GeneratorSummatorParameters GeneratorSummatorParameters.
- class GeneticGenerator GeneticGenerator Template class for generating genetic populations.
- class GeneticParameters
- class MealyMooreGenerator
- struct ModuleInfo
- class MutationParameters
- class NumOperationsGenerator
- class OrientedGraphParameters
- class ParentsParameters
- class ParityGenerator
- class Parser class Parser
- class PlexerGenerator
- class RandLevelGenerator
- class RandomGeneratorWithSeed
- class RecombinationParameters
- class SelectionParameters
- class Settings
- class SimpleGenerator
- class TempProjectDir class TempProjectDir This class is for temporary project directory creation and management
- class TruthTable
- class TruthTableParameters Parameters for generating truth tables The class provides the parameters needed to generate truth tables.
- class zhegalkinFromTruthTableParameters zhegalkinFromTruthTableParameters
- namespace CG_Gen
- namespace CG_Gen
- namespace CG_Graph
- namespace CircuitGenGenerator
- namespace std::chrono
-
namespace Threading
- class ThreadPool Allows to execute tasks in multithread manner.
- class UnboundedMPMCQueue Allows to add tasks and blocking wait for element appearance for multiple writers (producers) and multiple readers (consumers).