Documentation

Duper.SubsumptionTrie

Inserts every variable and constant that appears in e into acc. Note that as with Expr.weight, this function may require revision to be more similar to Zipperposition's implementation once we actually start working on higher order things

Updates acc with maps each symbol to its maximal depth in a clause. Note that as with Expr.weight, this function may require revision to be more similar to Zipperposition's implementation once we actually start working on higher order things. See https://github.com/sneeuwballen/zipperposition/blob/master/src/core/FV_tree.ml#L182

Updates acc which maps each symbol to the number of times it occurs in a clause. Note that as with Expr.weight, this function may require revision to be more similar to Zipperposition's implementation once we actually start working on higher order things.

Equations
  • One or more equations did not get rendered due to their size.
Instances For

    Identical to getFeatureVector except it is written to taken an MClause rather than a Clause

    Equations
    • One or more equations did not get rendered due to their size.
    Instances For