pub enum DeleteClauseProof {
Redundant,
Simplified,
Satisfied,
}
Expand description
Justifications for a simple clause deletion.
Variants§
Redundant
The clause is known to be redundant.
Simplified
The clause is irred and subsumed by the clause added in the previous step.
Satisfied
The clause contains a true literal.
Also used to justify deletion of tautological clauses.
Trait Implementations§
Source§impl Clone for DeleteClauseProof
impl Clone for DeleteClauseProof
Source§fn clone(&self) -> DeleteClauseProof
fn clone(&self) -> DeleteClauseProof
Returns a copy 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 DeleteClauseProof
impl Debug for DeleteClauseProof
Source§impl PartialEq for DeleteClauseProof
impl PartialEq for DeleteClauseProof
impl Copy for DeleteClauseProof
impl Eq for DeleteClauseProof
impl StructuralPartialEq for DeleteClauseProof
Auto Trait Implementations§
impl Freeze for DeleteClauseProof
impl RefUnwindSafe for DeleteClauseProof
impl Send for DeleteClauseProof
impl Sync for DeleteClauseProof
impl Unpin for DeleteClauseProof
impl UnwindSafe for DeleteClauseProof
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)