pub enum LogUsizeId {
Show 22 variants
NumConflict = 0,
NumPropagate = 1,
NumDecision = 2,
RemainingVar = 3,
AssertedVar = 4,
EliminatedVar = 5,
UnreachableCore = 6,
RemovableClause = 7,
LBD2Clause = 8,
BiClause = 9,
PermanentClause = 10,
Restart = 11,
Stage = 12,
StageCycle = 13,
StageSegment = 14,
Simplify = 15,
SubsumedClause = 16,
VivifiedClause = 17,
VivifiedVar = 18,
Vivify = 19,
SLS = 20,
End = 21,
}Expand description
Index for Usize data, used in ProgressRecord.
Variants§
NumConflict = 0
NumPropagate = 1
NumDecision = 2
RemainingVar = 3
AssertedVar = 4
EliminatedVar = 5
UnreachableCore = 6
RemovableClause = 7
LBD2Clause = 8
BiClause = 9
PermanentClause = 10
Restart = 11
Stage = 12
StageCycle = 13
StageSegment = 14
Simplify = 15
SubsumedClause = 16
VivifiedClause = 17
VivifiedVar = 18
Vivify = 19
SLS = 20
End = 21
Trait Implementations§
Source§impl Clone for LogUsizeId
impl Clone for LogUsizeId
Source§fn clone(&self) -> LogUsizeId
fn clone(&self) -> LogUsizeId
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for LogUsizeId
impl Debug for LogUsizeId
Source§impl Index<LogUsizeId> for ProgressRecord
impl Index<LogUsizeId> for ProgressRecord
Source§impl Index<LogUsizeId> for State
impl Index<LogUsizeId> for State
Source§impl IndexMut<LogUsizeId> for ProgressRecord
impl IndexMut<LogUsizeId> for ProgressRecord
Source§impl IndexMut<LogUsizeId> for State
impl IndexMut<LogUsizeId> for State
impl Copy for LogUsizeId
Auto Trait Implementations§
impl Freeze for LogUsizeId
impl RefUnwindSafe for LogUsizeId
impl Send for LogUsizeId
impl Sync for LogUsizeId
impl Unpin for LogUsizeId
impl UnwindSafe for LogUsizeId
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more