Given x, try to find an equation of the form heq : x = rhs or heq : lhs = x,
and runs substCore on it. Throws an exception if no such equation is found.
Given x, try to find an equation of the form heq : x = rhs or heq : lhs = x,
and runs substCore on it. Returns none if no such equation is found, or if substCore fails.