Struct sat::Literal [] [src]

pub struct Literal { /* fields omitted */ }

A literal; a variable or negated variable.

Literals support the ! (negation) operator.

Trait Implementations

impl Copy for Literal
[src]

impl Clone for Literal
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Not for Literal
[src]

The resulting type after applying the ! operator

The method for the unary ! operator