Enum lrs::OperationType [] [src]

pub enum OperationType {
    DERIVE,
    JOIN,
    DELETE,
    BRANCH,
}

Describes a reduce operation type

Variants

Eliminates single symbol terms

Joins two terms, eliminating at most one symbol

Delete a symbol from a term for different reasons

Run a branching scenario