Struct obddimal::bdd_manager::dvo_schedules::AlwaysOnce
source · [−]Expand description
Run one iteration of sifting for all variables, every time it’s called.
See DDManager::sift_single_var() for max_increase
parameter.
Fields
max_increase: Option<u32>
Trait Implementations
sourceimpl DVOSchedule for AlwaysOnce
impl DVOSchedule for AlwaysOnce
sourceimpl Default for AlwaysOnce
impl Default for AlwaysOnce
sourcefn default() -> AlwaysOnce
fn default() -> AlwaysOnce
Returns the “default value” for a type. Read more
sourceimpl From<AlwaysOnce> for DVOScheduleEnum
impl From<AlwaysOnce> for DVOScheduleEnum
sourcefn from(v: AlwaysOnce) -> DVOScheduleEnum
fn from(v: AlwaysOnce) -> DVOScheduleEnum
Converts to this type from the input type.
sourceimpl TryInto<AlwaysOnce> for DVOScheduleEnum
impl TryInto<AlwaysOnce> for DVOScheduleEnum
sourcefn try_into(self) -> Result<AlwaysOnce, <Self as TryInto<AlwaysOnce>>::Error>
fn try_into(self) -> Result<AlwaysOnce, <Self as TryInto<AlwaysOnce>>::Error>
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for AlwaysOnce
impl Send for AlwaysOnce
impl Sync for AlwaysOnce
impl Unpin for AlwaysOnce
impl UnwindSafe for AlwaysOnce
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more