Documentation

Aesop.Index.Forward

Index for forward rules.

Equations
Equations

Trace the rules contained in idx if traceOpt is enabled.

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

Merge two indices.

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

Insert a forward rule into the ForwardIndex.

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

Get the forward rules whose maximal premises likely unify with e. Each returned pair (r, i) contains a rule r and the index i of the premise of r that likely unifies with e.

Equations

Get the forward rule with the given rule name.

Equations

Get forward rule matches for the constant forward rules (i.e., those with no premises and no rule pattern). Accordingly, the returned matches contain no hypotheses.

Equations