Struct lrs::Clause [] [src]

pub struct Clause {
    pub terms: Vec<Term>,
}

Represents a logical equation in conjunctive normal form Consists of a finite collection of Terms of symbols chained via OR that are chained in the clause with AND operations.

Fields

Methods

impl Clause
[src]

[src]

Insert a term naively into an clause

[src]

Run a single reduce step and return the exact reduce operation