use Clause;
/// A rough distinction between clauses, based on number of literals.
///
/// Care should be taken with the distinction between long clauses and other clauses.
/// For, if subsumption is permitted, a clause with *n* literals may be refined to a clause with two literals.
///