Struct batsat::core::SolverOpts

source ·
pub struct SolverOpts {
Show 13 fields pub var_decay: f64, pub clause_decay: f64, pub random_var_freq: f64, pub random_seed: f64, pub ccmin_mode: i32, pub phase_saving: i32, pub rnd_init_act: bool, pub luby_restart: bool, pub restart_first: i32, pub restart_inc: f64, pub garbage_frac: f64, pub min_learnts_lim: i32, pub produce_proof: bool,
}

Fields

var_decay: f64clause_decay: f64random_var_freq: f64random_seed: f64ccmin_mode: i32phase_saving: i32rnd_init_act: boolluby_restart: boolrestart_first: i32restart_inc: f64garbage_frac: f64min_learnts_lim: i32produce_proof: bool

Implementations

Trait Implementations

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

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

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.