Struct smt2parser::renaming::SymbolNormalizerConfig[][src]

pub struct SymbolNormalizerConfig {
    pub randomization_space: BTreeMap<SymbolKind, usize>,
    pub randomization_seed: u64,
}
Expand description

Configuration for SymbolNormalizer.

Fields

randomization_space: BTreeMap<SymbolKind, usize>

For each kind K and value N in the map, the first N local variables of kind K will be assigned a randomized index in the range 0..N. Other variables will be given a sequential index (greater or equal to N).

randomization_seed: u64

Seed for the randomization of local symbols.

Trait Implementations

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.